Skip to content

Commit 9fa787c

Browse files
authored
chore(workflow): add TypeScript type checking step to CI pipeline (#13367)
1 parent 2c6c079 commit 9fa787c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,8 @@ jobs:
104104
- name: Run prettier
105105
run: pnpm run format-check
106106

107+
- name: Run tsc
108+
run: pnpm run check
109+
107110
- name: Run type declaration tests
108111
run: pnpm run test-dts

0 commit comments

Comments
 (0)