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.
2 parents 654c7eb + f56fc40 commit 42e53ebCopy full SHA for 42e53eb
.github/workflows/test.yml
@@ -32,6 +32,8 @@ jobs:
32
run: deno fmt --check
33
- name: Type check
34
run: deno task check
35
+ - name: Test doc
36
+ run: deno task test
37
38
jsr-publish:
39
runs-on: ubuntu-latest
0 commit comments