Skip to content

Commit 4296e69

Browse files
committed
Include spell checker in github ci/cd
1 parent 7f841fc commit 4296e69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15+
- name: Check spelling
16+
uses: codespell-project/actions-codespell@v2
17+
with:
18+
path: paper
19+
skip: structures,Noe # Comming from bib
1520
- name: Build draft PDF
1621
uses: openjournals/openjournals-draft-action@master
1722
with:

0 commit comments

Comments
 (0)