Add static typecheck to pipeline

This commit is contained in:
Zef Hemel
2023-01-15 11:33:09 +01:00
parent 31c2f6c222
commit 71b3ee4c77
4 changed files with 5 additions and 60 deletions
+3
View File
@@ -26,5 +26,8 @@ jobs:
- name: Run build
run: deno task build
- name: Run static type check
run: deno task check
- name: Run tests
run: deno task test