Skip to content

Commit

Permalink
ci: run typecheck script as part of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Feb 13, 2024
1 parent 7daff8e commit 63f5cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn typecheck
- run: yarn lint
- run: yarn test

0 comments on commit 63f5cd5

Please sign in to comment.