Skip to content

Commit

Permalink
Merge pull request #659 from jimklimov/spell-dict
Browse files Browse the repository at this point in the history
.github/workflows/spelling.yml: add `extra_dictionaries[]`…
  • Loading branch information
oetiker authored Jun 4, 2024
2 parents 2e12e28 + 6c85985 commit 87f4cf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
extra_dictionaries:
cspell:software-terms/dict/softwareTerms.txt
cspell:filetypes/filetypes.txt
# Languages below are not used in this project, but common terms are
cspell:php/dict/php.txt
cspell:node/dict/node.txt
cspell:python/src/python/python-lib.txt
- uses: check-spelling/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 87f4cf7

Please sign in to comment.