We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ebf60 commit ab17946Copy full SHA for ab17946
.github/workflows/run-tests.yaml
@@ -110,5 +110,5 @@ jobs:
110
node-version: "16"
111
- run: npm install -g cspell
112
name: Install cSpell
113
- - run: cspell --config ./build/cSpell.json "docs/**/*.md" --no-progress
+ - run: cspell --config ./cSpell.json "docs/**/*.md" --no-progress
114
name: Run cSpell
build/cSpell.json renamed to cSpell.json
0 commit comments