cspell test
This commit is contained in:
parent
56661dac87
commit
49490b00d6
|
@ -107,4 +107,4 @@ jobs:
|
|||
- name: Install CSpell
|
||||
run: npm install -g cspell@latest
|
||||
- name: Check spelling
|
||||
run: npx cspell trace --config .github/cspell/cspell.json --only-found --show-suggestions "**/CHANGELOG.md"
|
||||
run: npx cspell trace --config .github/cspell/cspell.json --only-found "**/CHANGELOG.md"
|
||||
|
|
Loading…
Reference in New Issue