Skip to content

Commit

Permalink
fix(ci): Add typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pettermachado committed Nov 12, 2024
1 parent beae0fe commit e284aa5
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 @@ -36,6 +36,9 @@ jobs:
- name: Lint
run: pnpm lint

- name: Typecheck
run: pnpm typecheck

- name: Check format
run: pnpm format:check

Expand Down

0 comments on commit e284aa5

Please sign in to comment.