We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f139d commit 31f41b7Copy full SHA for 31f41b7
.github/workflows/format.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: pnpm install
25
- name: Format code
26
- run: pnpm run ci:format
+ run: pnpm run format
27
- name: Commit changes
28
uses: stefanzweifel/git-auto-commit-action@v5
29
with:
package.json
@@ -12,8 +12,7 @@
12
"type-check": "biome lint && tsc",
13
"test": "pnpm -r run test",
14
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
15
- "ci:publish": "changeset publish",
16
- "ci:format": "biome ci"
+ "ci:publish": "changeset publish"
17
},
18
"devDependencies": {
19
"@biomejs/biome": "1.9.4",
0 commit comments