We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12285c commit aebd2feCopy full SHA for aebd2fe
.github/workflows/main.yml
@@ -48,6 +48,10 @@ jobs:
48
run: |
49
python -m pyspelling -n ortografia
50
51
+ - name: Check reStructuredText syntax
52
+ run: |
53
+ python -m rstcheck -r CPEUM/
54
+
55
# Runs a set of commands using the runners shell
56
- name: Generate document
57
requirements.txt
@@ -2,3 +2,4 @@ docutils
2
restructuredtext-lint
3
pyspelling
4
pre-commit
5
+rstcheck
0 commit comments