Skip to content

Commit c7995ce

Browse files
committed
chore: remove type check step from CI workflow
1 parent 11f9bb3 commit c7995ce

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
@@ -36,6 +36,9 @@ jobs:
3636
- name: Lint
3737
run: npm run lint
3838

39+
- name: Type check
40+
run: npm run typecheck
41+
3942
- name: Test
4043
run: npm test
4144

0 commit comments

Comments
 (0)