Skip to content

Commit 010dc9c

Browse files
Add typecheck to CI
1 parent bd73a6b commit 010dc9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ jobs:
3232
- name: Run Biome
3333
run: pnpm run biome:ci
3434

35+
- name: Run typecheck
36+
run: pnpm typecheck
37+
3538
- name: Run tests
3639
run: pnpm test

0 commit comments

Comments
 (0)