Skip to content

Commit 31f41b7

Browse files
committed
chore(ci): remove biome ci
1 parent f9f139d commit 31f41b7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: pnpm install
2525
- name: Format code
26-
run: pnpm run ci:format
26+
run: pnpm run format
2727
- name: Commit changes
2828
uses: stefanzweifel/git-auto-commit-action@v5
2929
with:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"type-check": "biome lint && tsc",
1313
"test": "pnpm -r run test",
1414
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
15-
"ci:publish": "changeset publish",
16-
"ci:format": "biome ci"
15+
"ci:publish": "changeset publish"
1716
},
1817
"devDependencies": {
1918
"@biomejs/biome": "1.9.4",

0 commit comments

Comments
 (0)