Add static typecheck to pipeline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user