We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e12e28 + 6c85985 commit 87f4cf7Copy full SHA for 87f4cf7
.github/workflows/spelling.yml
@@ -13,6 +13,13 @@ jobs:
13
- uses: actions/checkout@v2
14
with:
15
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
23
- uses: check-spelling/[email protected]
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments