Skip to content

Commit

Permalink
Merge pull request #14 from trailofbits/disable-spellchecker
Browse files Browse the repository at this point in the history
Disable spellchecker
  • Loading branch information
ahpaleus authored Feb 8, 2024
2 parents 3b906c7 + 52fd036 commit 4437577
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- uses: actions/checkout@v3
- uses: tbroadley/spellchecker-cli-action@v1
with:
dictionaries: '.github/workflows/dictionary.txt'
# No need to use a dictionary file with the disabled spell plugin
# dictionaries: '.github/workflows/dictionary.txt'
files: "'content/**/*.md'"

quiet: true
plugins: "indefinite-article repeated-words syntax-mentions syntax-urls"

0 comments on commit 4437577

Please sign in to comment.