Skip to content

Commit

Permalink
ci: add linter to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
snobbee committed Nov 22, 2024
1 parent 502d386 commit cf06999
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Run Prettier
run: pnpm run prettier --check .

- name: Run Linter
run: pnpm run lint

- name: Create test env file
run: |
echo "TEST_DATABASE_CLIENT=sqlite" > packages/core/.env.test
Expand Down

0 comments on commit cf06999

Please sign in to comment.