Skip to content

Commit

Permalink
Add type-check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Feb 23, 2024
1 parent e017aa9 commit 4d4e30e
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 @@ -33,6 +33,9 @@ jobs:
env:
NODE_ENV: production

- name: Type check (for tests)
run: yarn type-check

- name: Check formatting
run: yarn format:check

Expand Down

0 comments on commit 4d4e30e

Please sign in to comment.