Skip to content

Commit

Permalink
ci: add typecheck phase
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Dec 11, 2023
1 parent 92ef43b commit f623b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
- run: pnpm install
- run: pnpm format:check
- run: pnpm lint:check
- run: pnpm typecheck
- run: pnpm test
- run: pnpm build

0 comments on commit f623b61

Please sign in to comment.