Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aruncveli committed Jan 13, 2025
1 parent abc3cdb commit 35e27b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun compile
- run: bun lint
- run: bun format:check
- run: bun check
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"*": ["biome check --write", "prettier --write ."],
"*": ["biome check --write --no-errors-on-unmatched", "prettier --write ."],
};

0 comments on commit 35e27b9

Please sign in to comment.