We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deno check
1 parent 879bddc commit a25f6aeCopy full SHA for a25f6ae
.github/workflows/deno-ci.yml
@@ -47,7 +47,7 @@ jobs:
47
restore-keys: deno-https/v1-
48
49
- name: Check entrypoint
50
- run: time deno cache --check=all server.ts
+ run: time deno check server.ts
51
52
- name: Run any tests
53
run: time deno test
0 commit comments