We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa41e8f commit 0c7d8b3Copy full SHA for 0c7d8b3
.github/dictionary.txt
@@ -1,5 +1,6 @@
1
-async
+Async
2
CJS
3
+Changelog
4
CLI
5
CommonJS
6
CommonMark
.github/workflows/checkers.yml
@@ -27,4 +27,4 @@ jobs:
27
- uses: tbroadley/spellchecker-cli-action@v1
28
with:
29
dictionaries: '.github/dictionary.txt'
30
- files: '*.md formatter-default/*.md formatter-json/*.md formatter-junit/*.md formatter-pretty/*.md formatter-summarize/*.md'
+ files: '*.md formatter-*/*.md'
0 commit comments