Skip to content

Commit

Permalink
Ci: run type-checking for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Sep 18, 2024
1 parent 4c8c19c commit 06960d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- name: Bun lint
run: bun --cwd ./core/frontend lint

- name: Bun type-check
run: bun --cwd ./core/frontend type-check

- name: Bun build
run: bun run --cwd ./core/frontend build

Expand Down

0 comments on commit 06960d1

Please sign in to comment.