Skip to content

Commit 0fafd78

Browse files
committed
Same structural design as #662
1 parent d158889 commit 0fafd78

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
33
version: '0.2'
44
dictionaryDefinitions:
5-
- name: project-words
6-
path: './project-words.txt'
5+
- name: custom-dictionary
6+
path: './custom-dictionary.txt'
77
addWords: true
88
dictionaries:
9-
- project-words
9+
- custom-dictionary
1010
ignorePaths:
1111
- 'paper/paper.bib'

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)