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 654c7eb commit f56fc40Copy full SHA for f56fc40
.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