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