We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5f49a commit bd2441aCopy full SHA for bd2441a
1 file changed
.github/workflows/deno.yml
@@ -18,6 +18,8 @@ jobs:
18
run: deno install --frozen
19
- name: Build Dictionary
20
run: deno task build-dictionary
21
+ - name: Check types
22
+ run: deno check
23
- name: Check formatting
24
run: deno fmt --check
25
- name: Lint
0 commit comments