Skip to content

Commit 9390fb1

Browse files
committed
Add missing doc directory to linkcheck and spellcheck actions, simplify parameters to spellcheck.
1 parent 47f2dfa commit 9390fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checkers.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: JustinBeckwith/[email protected]
1919
with:
2020
linksToSkip: '^https://github.com/.*/search\?q= ^https://opensource.org/'
21-
paths: '*.md formatter-default/*.md formatter-json/*.md formatter-junit/*.md formatter-pretty/*.md formatter-summarize/*.md'
21+
paths: '*.md doc/*.md formatter-*/*.md'
2222

2323
spellcheck:
2424
runs-on: ubuntu-latest
@@ -27,4 +27,4 @@ jobs:
2727
- uses: tbroadley/spellchecker-cli-action@v1
2828
with:
2929
dictionaries: '.github/dictionary.txt'
30-
files: '*.md formatter-*/*.md'
30+
files: '*.md doc/*.md formatter-*/*.md'

0 commit comments

Comments
 (0)