Skip to content

Commit

Permalink
Move cSpell config to subfolder (clean up repo root) (#27031)
Browse files Browse the repository at this point in the history
* Move cSpell config to subfolder

* Use existing automation folder
  • Loading branch information
jfversluis authored Jan 9, 2025
1 parent 7a6b1af commit ddb881b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
node-version: "18"
- run: npm install -g cspell
name: Install cSpell
- run: cspell --config ./cSpell.json "docs/**/*.md" --no-progress
- run: cspell --config ./eng/automation/cspell/cSpell.json "docs/**/*.md" --no-progress
name: Run cSpell
File renamed without changes.

0 comments on commit ddb881b

Please sign in to comment.