We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
en
1 parent 466f5c9 commit a8211edCopy full SHA for a8211ed
.github/workflows/check-spelling.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
# Files should be consistent with check:spelling files
15
files: |
16
- content/**/*.md
+ content/en/*.md
17
layouts/**/*.md
18
data/**/*
19
config: .cspell.yml
package.json
@@ -45,7 +45,7 @@
45
"check:links:internal": "npm run _check:links:internal",
46
"check:links": "npm run _check:links",
47
"check:markdown": "scripts/check-markdown-wrapper.sh",
48
- "check:spelling": "npx cspell --no-progress -c .cspell.yml content data 'layouts/**/*.md'",
+ "check:spelling": "npx cspell --no-progress -c .cspell.yml content/en data 'layouts/**/*.md'",
49
"check:text": "npm run _check:text -- ",
50
"check": "npm run seq -- $(npm run -s _list:check:*)",
51
"clean": "make clean",
0 commit comments