cspell test
This commit is contained in:
parent
49490b00d6
commit
d6fa2f89ec
|
@ -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 trace --config .github/cspell/cspell.json --only-found "**/CHANGELOG.md"
|
run: npx cspell trace --config .github/cspell/cspell.json --only-found "sandboxie"
|
||||||
|
|
Loading…
Reference in New Issue