cspell test
This commit is contained in:
parent
ea88f1a729
commit
26175efbf0
|
@ -107,4 +107,4 @@ jobs:
|
||||||
- name: Install CSpell
|
- name: Install CSpell
|
||||||
run: npm install -g cspell@latest
|
run: npm install -g cspell@latest
|
||||||
- name: Check spelling
|
- name: Check spelling
|
||||||
run: npx cspell --no-progress --config .github/cspell/cspell.json "**/*.md"
|
run: npx cspell --no-progress --show-suggestions --config .github/cspell/cspell.json "**/*.md"
|
||||||
|
|
Loading…
Reference in New Issue