Skip to content

Commit 6c12f0f

Browse files
authored
ci: add type check (#29)
1 parent 80e52de commit 6c12f0f

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
@@ -28,6 +28,9 @@ jobs:
2828
- name: Lint
2929
run: deno lint
3030

31+
- name: Type check
32+
run: deno check
33+
3134
- name: Test
3235
run: deno task test
3336

0 commit comments

Comments
 (0)