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.
1 parent f30cc77 commit 5ef5a71Copy full SHA for 5ef5a71
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
deno-version: ${{ matrix.deno }}
27
- run: deno lint
28
- run: deno fmt --check
29
- - run: deno test --no-run ./test.ts
+ - run: deno test --no-run
30
test:
31
needs: [check]
32
runs-on: ${{ matrix.os }}
0 commit comments