Skip to content

Commit

Permalink
CI: add typescript type-checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Sep 18, 2024
1 parent c209e40 commit 78656bc
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: Type-checking
run: bun --cwd ./core/frontend run type-check

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

Expand Down

0 comments on commit 78656bc

Please sign in to comment.