Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .cspell/cspell.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: '0.2'
dictionaryDefinitions:
- name: custom-dictionary
path: './custom-dictionary.txt'
addWords: true
dictionaries:
- custom-dictionary
ignorePaths:
- 'paper/paper.bib'
66 changes: 66 additions & 0 deletions .cspell/custom-dictionary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Custom Dictionary Words

## Paper related words

Aeschlimann
Angewandte
Behnel
Brockhauser
Carola
CSMB
Dataconverter
Dobener
Druskat
Draxl
Emminger
Erlangen
Faradayweg
Florian
Forschungsgemeinschaft
Ghiringhelli
Ginzburg
Großen
Grundmann
Haidian
Heiko
Hetaba
Hildebrandt
Hjorth
Hoyer
Jemian
José
Klosowski
Koennecke
Kühbach
Laurenz
Lehrstuhl
Linnestr
Lukas
Márquez
Markus
Metainfo
Mozumder
Mülheim
Pielsticker
Physik
Pincelli
Prieto
RDMS
RPTU
Rettig
Sandor
Scheidgen
Shabih
Sherjeel
Staudtstr
Stiftstraße
Tommaso
Universität
Walid
Windkanal
Zhongguancun
dataconverter
orcid
plottable
pynxtools
qrts
6 changes: 6 additions & 0 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check Spell
uses: streetsidesoftware/cspell-action@v7
with:
files: paper/*.md
config: .cspell/cspell.config.yaml
strict: true
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ cython_debug/
.pyenv
*.pyc
*.txt
!.cspell/custom-dictionary.txt
!requirements.txt
!dev-requirements.txt
!mkdocs-requirements.txt
Expand Down