We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f841fc commit 4296e69Copy full SHA for 4296e69
.github/workflows/draft-pdf.yml
@@ -12,6 +12,11 @@ jobs:
12
steps:
13
- name: Checkout
14
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
20
- name: Build draft PDF
21
uses: openjournals/openjournals-draft-action@master
22
with:
0 commit comments