Skip to content

Commit 7c7e1e4

Browse files
committed
fix: ci
1 parent 13723a1 commit 7c7e1e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/checks.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ jobs:
2929
- name: Setup latest deno version
3030
uses: denolib/setup-deno@v2
3131
with:
32-
deno-version: v2.x
33-
34-
- name: Run deno test
35-
run: deno test --allow-none
32+
deno-version: v2.x

0 commit comments

Comments
 (0)