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 a2f11fb commit b020222Copy full SHA for b020222
.github/workflows/spellcheck.yml
@@ -3,7 +3,7 @@ name: Documentation Checks
3
on:
4
push:
5
branches:
6
- - main #or main if that's what the project is using
+ - main
7
pull_request:
8
9
- main
@@ -20,5 +20,5 @@ jobs:
20
node-version: "16"
21
- run: npm install -g cspell
22
name: Install cSpell
23
- - run: cspell --config ./cSpell.json **/*.md" --no-progress # Update for path to the markdown files
+ - run: cspell --config ./cSpell.json **/*.md" --no-progress
24
name: Run cSpell
0 commit comments