We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250d1c9 commit 9b2e90eCopy full SHA for 9b2e90e
1 file changed
.github/workflows/check_spelling.yaml
@@ -24,4 +24,8 @@ jobs:
24
rm -rf docs/old
25
rm -rf meeting_notes
26
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
+
31
- uses: igsekor/pyspelling-any@v1.0.4
0 commit comments