Skip to content

Commit 9b2e90e

Browse files
Add spellcheck, progress #257
1 parent 250d1c9 commit 9b2e90e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/check_spelling.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ jobs:
2424
rm -rf docs/old
2525
rm -rf meeting_notes
2626
27+
# There are no RST spellcheckers, hence use MD spellchecker
28+
- name: Convert RST to Markdown
29+
run: ./scripts/convert_rst_to_mk.sh
30+
2731
- uses: igsekor/pyspelling-any@v1.0.4

0 commit comments

Comments
 (0)