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 3c8521c commit 7013a50Copy full SHA for 7013a50
1 file changed
.github/workflows/main.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- 3.*
7
+ - powrap-is-back
8
pull_request:
9
10
permissions:
@@ -78,9 +79,9 @@ jobs:
78
79
# FIXME
80
# Se deshabilita porque el CI usa gettext 0.21 que es muy antiguo
81
# y la mayoría de los sistemas usa 0.22.X
- #- name: Powrap
82
- # if: steps.po-files-to-check.outputs.any_po_files_to_check == 'true'
83
- # run: powrap --diff --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }}
+ - name: Powrap
+ if: steps.po-files-to-check.outputs.any_po_files_to_check == 'true'
84
+ run: powrap --diff --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }}
85
- name: Sphinx lint
86
if: steps.po-files-to-check.outputs.any_po_files_to_check == 'true'
87
run: sphinx-lint ${{ steps.po-files-to-check.outputs.po_files_to_check }}
0 commit comments