We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deno check
1 parent d9d26c5 commit ea9bfffCopy full SHA for ea9bfff
1 file changed
.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