Skip to content

Commit

Permalink
chore(ci): remove biome ci
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Dec 14, 2024
1 parent f9f139d commit 31f41b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Format code
run: pnpm run ci:format
run: pnpm run format
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"type-check": "biome lint && tsc",
"test": "pnpm -r run test",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:publish": "changeset publish",
"ci:format": "biome ci"
"ci:publish": "changeset publish"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down

0 comments on commit 31f41b7

Please sign in to comment.