Skip to content

Commit 676d18b

Browse files
committed
chore(workflow): add TypeScript type checking step to CI pipeline
1 parent 2c6c079 commit 676d18b

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
@@ -98,6 +98,9 @@ jobs:
9898

9999
- run: pnpm install
100100

101+
- name: Run tsc
102+
run: pnpm run check
103+
101104
- name: Run eslint
102105
run: pnpm run lint
103106

0 commit comments

Comments
 (0)