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 4ae218c commit d8180e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 --filter=!@v1/api
run: bun run lint
- name: 🪐 Check TypeScript
run: bun run typecheck
1 change: 0 additions & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"scripts": {
"dev": "supabase start",
"login": "supabase login",
"lint": "supabase db lint",
"migrate": "supabase migration up",
"seed": "supabase db seed generate && supabase db seed run",
"reset": "supabase db reset"
Expand Down

0 comments on commit d8180e8

Please sign in to comment.