Skip to content

Commit

Permalink
.github/workflows/spelling.yml: add extra_dictionaries[] suggested by…
Browse files Browse the repository at this point in the history
… recent tool complaints

Signed-off-by: Jim Klimov <jimklimov@gmail.com>
  • Loading branch information
jimklimov committed Jun 4, 2024
1 parent 23f0923 commit 4594002
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/check-spelling@v0.0.22
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4594002

Please sign in to comment.