Skip to content

Commit aebd2fe

Browse files
committed
ci: verificar sintaxis de los archivos rst
1 parent c12285c commit aebd2fe

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
run: |
4949
python -m pyspelling -n ortografia
5050
51+
- name: Check reStructuredText syntax
52+
run: |
53+
python -m rstcheck -r CPEUM/
54+
5155
# Runs a set of commands using the runners shell
5256
- name: Generate document
5357
run: |

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ docutils
22
restructuredtext-lint
33
pyspelling
44
pre-commit
5+
rstcheck

0 commit comments

Comments
 (0)