Skip to content

Commit 49100c2

Browse files
committed
use cspell dor spell checking.
1 parent d63c09e commit 49100c2

File tree

4 files changed

+106
-4
lines changed

4 files changed

+106
-4
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
- name: Check spelling
16-
uses: codespell-project/actions-codespell@v2
15+
- name: Check Spell
16+
uses: streetsidesoftware/cspell-action@v7
1717
with:
18-
path: paper
19-
skip: paper.bib
18+
files: paper/*.md
19+
config: cspell.config.yaml
20+
strict: true
2021
- name: Build draft PDF
2122
uses: openjournals/openjournals-draft-action@master
2223
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ cython_debug/
198198
.pyenv
199199
*.pyc
200200
*.txt
201+
!project-words.txt
201202
!requirements.txt
202203
!dev-requirements.txt
203204
!mkdocs-requirements.txt

cspell.config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
3+
version: '0.2'
4+
dictionaryDefinitions:
5+
- name: project-words
6+
path: './project-words.txt'
7+
addWords: true
8+
dictionaries:
9+
- project-words
10+
ignorePaths:
11+
- 'paper/paper.bib'

project-words.txt

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
pynxtools
2+
Sherjeel
3+
Shabih
4+
orcid
5+
Lukas
6+
Pielsticker
7+
orcid
8+
Florian
9+
Dobener
10+
orcid
11+
orcid
12+
orcid
13+
Carola
14+
Emminger
15+
Ginzburg
16+
Hildebrandt
17+
Markus
18+
Kühbach
19+
Mozumder
20+
Tommaso
21+
Pincelli
22+
Aeschlimann
23+
Grundmann
24+
Walid
25+
Hetaba
26+
Laurenz
27+
Rettig
28+
Markus
29+
Scheidgen
30+
José
31+
Márquez
32+
Prieto
33+
Heiko
34+
Draxl
35+
Sandor
36+
Brockhauser
37+
CSMB
38+
Universität
39+
Großen
40+
Windkanal
41+
Stiftstraße
42+
Mülheim
43+
RPTU
44+
qrts
45+
Linnestr
46+
Faradayweg
47+
Zhongguancun
48+
Haidian
49+
Lehrstuhl
50+
Angewandte
51+
Physik
52+
Universität
53+
Erlangen
54+
Staudtstr
55+
Erlangen
56+
defnition
57+
coide
58+
physicss
59+
pynxtools
60+
Koennecke
61+
Koennecke
62+
Klosowski
63+
pynxtool
64+
pynxtools
65+
providesvff
66+
pynxtools
67+
Koennecke
68+
Jemian
69+
pynxtools
70+
Dataconverter
71+
dataconverter
72+
dataconverter
73+
dataconverter
74+
dataconverter
75+
dataconverter
76+
Scheidgen
77+
plottable
78+
RDMS
79+
Scheidgen
80+
Draxl
81+
Metainfo
82+
Ghiringhelli
83+
Metainfo
84+
Forschungsgemeinschaft
85+
Druskat
86+
Hoyer
87+
Hoyer
88+
Behnel
89+
Hjorth

0 commit comments

Comments
 (0)