Skip to content

Commit

Permalink
feat: add typechecking to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Sep 22, 2024
1 parent 09de225 commit a1b253d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ jobs:

- name: Code Linting
run: yarn lint

- name: Typechecking
run: yarn typecheck

0 comments on commit a1b253d

Please sign in to comment.