Skip to content

Commit ea9bfff

Browse files
committed
Update CI to use deno check
1 parent d9d26c5 commit ea9bfff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deno-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
restore-keys: deno-https/v1-
4848

4949
- name: Check entrypoint
50-
run: time deno cache --check=all server.ts
50+
run: time deno check server.ts
5151

5252
- name: Run any tests
5353
run: time deno test

0 commit comments

Comments
 (0)