Skip to content

Commit b34d750

Browse files
committed
add typechecking to CI
1 parent 08b4e2d commit b34d750

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
run: |
3636
npm run lint
3737
38+
- name: Typecheck
39+
run: |
40+
npm run typecheck
41+
3842
- name: Build
3943
run: |
4044
npm run build

0 commit comments

Comments
 (0)