Skip to content

Commit

Permalink
Don't lint db in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Sep 2, 2024
1 parent 314d572 commit 4ae218c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Install dependencies
run: bun install
- name: 🔦 Run linter
run: bun run lint
run: bun run lint --filter=!@v1/api
- name: 🪐 Check TypeScript
run: bun run typecheck

0 comments on commit 4ae218c

Please sign in to comment.