We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e52de commit 6c12f0fCopy full SHA for 6c12f0f
1 file changed
.github/workflows/ci.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Lint
29
run: deno lint
30
31
+ - name: Type check
32
+ run: deno check
33
+
34
- name: Test
35
run: deno task test
36
0 commit comments