We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a35c1 commit 394edf4Copy full SHA for 394edf4
.github/workflows/spell-check.yaml
@@ -30,4 +30,4 @@ jobs:
30
- name: Install cspell
31
run: npm install -g cspell
32
- name: Run cspell on markdown files
33
- run: npx cspell --locale en-US --show-suggestions --ignoreWords .spelling "**/*.md"
+ run: npx cspell --locale en-US --show-suggestions "**/*.md"
0 commit comments