File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22$schema : https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
33version : ' 0.2'
44dictionaryDefinitions :
5- - name : project-words
6- path : ' ./project-words .txt'
5+ - name : custom-dictionary
6+ path : ' ./custom-dictionary .txt'
77 addWords : true
88dictionaries :
9- - project-words
9+ - custom-dictionary
1010ignorePaths :
1111 - ' paper/paper.bib'
File renamed without changes.
Original file line number Diff line number Diff line change 1616 uses : streetsidesoftware/cspell-action@v7
1717 with :
1818 files : paper/*.md
19- config : cspell.config.yaml
19+ config : .cspell/ cspell.config.yaml
2020 strict : true
2121 - name : Build draft PDF
2222 uses : openjournals/openjournals-draft-action@master
Original file line number Diff line number Diff line change @@ -198,7 +198,8 @@ cython_debug/
198198.pyenv
199199* .pyc
200200* .txt
201- ! project-words.txt
201+ ! .cspell /cspell.config.yaml
202+ ! .cspell /custom-dictionary.txt
202203! requirements.txt
203204! dev-requirements.txt
204205! mkdocs-requirements.txt
You can’t perform that action at this time.
0 commit comments