Skip to content

Commit 7adffb6

Browse files
committed
Add typecheck step to CI workflow
1 parent cc6cbdc commit 7adffb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ jobs:
3131
- name: Run lint
3232
run: pnpm lint
3333

34+
- name: Run typecheck
35+
run: pnpm typecheck
36+
3437
- name: Run tests
3538
run: pnpm vitest run

0 commit comments

Comments
 (0)