Skip to content

Commit 87f4cf7

Browse files
authored
Merge pull request #659 from jimklimov/spell-dict
.github/workflows/spelling.yml: add `extra_dictionaries[]`…
2 parents 2e12e28 + 6c85985 commit 87f4cf7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/spelling.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0
16+
extra_dictionaries:
17+
cspell:software-terms/dict/softwareTerms.txt
18+
cspell:filetypes/filetypes.txt
19+
# Languages below are not used in this project, but common terms are
20+
cspell:php/dict/php.txt
21+
cspell:node/dict/node.txt
22+
cspell:python/src/python/python-lib.txt
1623
- uses: check-spelling/[email protected]
1724
env:
1825
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)