mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
ci: add more dictionaries to spelling.yml
Hopefully this fixes everything...
This commit is contained in:
parent
97014a87c0
commit
724a3e282a
1 changed files with 5 additions and 1 deletions
6
.github/workflows/spelling.yml
vendored
6
.github/workflows/spelling.yml
vendored
|
@ -107,12 +107,16 @@ jobs:
|
||||||
extra_dictionary_limit: 20
|
extra_dictionary_limit: 20
|
||||||
extra_dictionaries: cspell:software-terms/dict/softwareTerms.txt
|
extra_dictionaries: cspell:software-terms/dict/softwareTerms.txt
|
||||||
cspell:css/css.txt
|
cspell:css/css.txt
|
||||||
cspell:html/html.txt
|
cspell:html/dict/html.txt
|
||||||
cspell:svelte/src/svelte.txt
|
cspell:svelte/src/svelte.txt
|
||||||
cspell:bash/src/bash-words.txt
|
cspell:bash/src/bash-words.txt
|
||||||
cspell:lorem-ipsum/dictionary.txt
|
cspell:lorem-ipsum/dictionary.txt
|
||||||
cspell:typescript/dict/typescript.txt
|
cspell:typescript/dict/typescript.txt
|
||||||
cspell:npm/dict/npm.txt
|
cspell:npm/dict/npm.txt
|
||||||
|
cspell:latex/dict/latex.txt
|
||||||
|
cspell:node/dict/node.txt
|
||||||
|
cspell:php/dict/php.txt
|
||||||
|
cspell:golang/dict/go.txt
|
||||||
|
|
||||||
comment-push:
|
comment-push:
|
||||||
name: Report (Push)
|
name: Report (Push)
|
||||||
|
|
Loading…
Reference in a new issue