Skip to content

Commit 647f521

Browse files
update ignore lists
1 parent 394edf4 commit 647f521

File tree

8 files changed

+715
-69
lines changed

8 files changed

+715
-69
lines changed

.cspell.json

Lines changed: 339 additions & 1 deletion
Large diffs are not rendered by default.

.github/workflows/spell-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm install -g markdown-spellcheck
2222

2323
- name: Run markdown-spellcheck on Markdown files
24-
run: npx markdown-spellcheck --en-US --report "**/*.md"
24+
run: npx markdown-spellcheck --en-US --ignore-acronyms --report "**/*.md"
2525

2626
cspell-spellcheck:
2727
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)