Skip to content

Commit 42e53eb

Browse files
authored
Merge pull request #10 from vim-denops/doctest
👍 run doc test on test workflow
2 parents 654c7eb + f56fc40 commit 42e53eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: deno fmt --check
3333
- name: Type check
3434
run: deno task check
35+
- name: Test doc
36+
run: deno task test
3537

3638
jsr-publish:
3739
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)