Skip to content

Commit 79776b9

Browse files
authored
Update deno_lint.yml
1 parent 832bc60 commit 79776b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deno_lint.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
with:
2626
deno-version: v1.x
2727

28+
- name: Install Deno CLI
29+
run: npm install -g deno
30+
2831
- name: Run linter
2932
run: deno lint
3033

31-
- name: Run tests
32-
run: deno test --allow-all tests/add.test-deno.js
34+
- name: Run Deno tests
35+
run: npm run test-deno

0 commit comments

Comments
 (0)