cspell test
This commit is contained in:
parent
3143d7797d
commit
1346eee097
|
@ -107,4 +107,4 @@ jobs:
|
|||
- name: Install CSpell
|
||||
run: npm install -g cspell@latest
|
||||
- name: Check spelling
|
||||
run: npx cspell --config .github/cspell/cspell.json --unique --show-suggestions "**/CHANGELOG.md"
|
||||
run: npx cspell lint --config .github/cspell/cspell.json --unique "**/CHANGELOG.md"
|
||||
|
|
Loading…
Reference in New Issue