Skip to content

Commit b020222

Browse files
committed
Remove unnecessary YAML comments.
1 parent a2f11fb commit b020222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Documentation Checks
33
on:
44
push:
55
branches:
6-
- main #or main if that's what the project is using
6+
- main
77
pull_request:
88
branches:
99
- main
@@ -20,5 +20,5 @@ jobs:
2020
node-version: "16"
2121
- run: npm install -g cspell
2222
name: Install cSpell
23-
- run: cspell --config ./cSpell.json **/*.md" --no-progress # Update for path to the markdown files
23+
- run: cspell --config ./cSpell.json **/*.md" --no-progress
2424
name: Run cSpell

0 commit comments

Comments
 (0)