We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5fab9f9 commitb4b709eCopy full SHA for b4b709e
.github/workflows/main.yml
@@ -72,13 +72,14 @@ jobs:
72
run:|
73
diff -Naur TRANSLATORS <(LANG=es python scripts/sort.py < TRANSLATORS)
74
-name:Powrap
75
-run:powrap --check --quiet **/*.po
+if:steps.po-files-to-check.outputs.any_po_files_to_check == 'true'
76
+run:powrap --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }}
77
-name:Sphinx lint
-run:|
78
-sphinx-lint*/*.po
79
+run:sphinx-lint${{ steps.po-files-to-check.outputs.po_files_to_check }}
80
-name:Pospell
81
-python scripts/check_spell.py
82
+run:python scripts/check_spell.py ${{ steps.po-files-to-check.outputs.po_files_to_check }}
83
84
# Construcción de la documentación
85
-name:Construir documentación