Skip to content

Commit

Permalink
Add type checking step to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Mar 14, 2024
1 parent d067ad3 commit 9ef5def
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
run: |
pnpm check:ci
- name: Check types
run: |
pnpm type:check
- name: Build package
run: |
pnpm build
Expand Down

0 comments on commit 9ef5def

Please sign in to comment.