Skip to content

Commit 28215c1

Browse files
committed
ci: add type-check step
1 parent b3d661e commit 28215c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
verification-script:
5252
- pnpm --filter '!*typescript*' build
5353
- pnpm --filter '*typescript*' build
54+
- pnpm --filter '*typescript*' type-check
5455
- pnpm --filter '*vitest*' test:unit
5556
- pnpm --filter '*eslint*' lint --no-fix --max-warnings=0
5657
- pnpm --filter '*prettier*' format --write --check

0 commit comments

Comments
 (0)