Skip to content

Commit bd2441a

Browse files
committed
include type checker on CI
1 parent 8d5f49a commit bd2441a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deno.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: deno install --frozen
1919
- name: Build Dictionary
2020
run: deno task build-dictionary
21+
- name: Check types
22+
run: deno check
2123
- name: Check formatting
2224
run: deno fmt --check
2325
- name: Lint

0 commit comments

Comments
 (0)