Skip to content

Commit

Permalink
Add Type Check stage
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskelly13 committed Mar 29, 2023
1 parent e7209e9 commit 8f09785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Test
run: yarn run test

- name: Type Check
run: yarn run typecheck

- name: Library Build
run: yarn run build

Expand Down

0 comments on commit 8f09785

Please sign in to comment.