Skip to content

Commit

Permalink
Adds typechecking to the ci checks (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Cal Irvine <[email protected]>
  • Loading branch information
calirvine and Cal Irvine authored Feb 8, 2024
1 parent ebee272 commit 7ad5b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run typecheck
- run: npm run test-ci
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 7ad5b79

Please sign in to comment.