|
4 | 4 | push: |
5 | 5 | branches: |
6 | 6 | -3.* |
| 7 | + -powrap-is-back |
7 | 8 | pull_request: |
8 | 9 |
|
9 | 10 | permissions: |
|
78 | 79 | # FIXME |
79 | 80 | # Se deshabilita porque el CI usa gettext 0.21 que es muy antiguo |
80 | 81 | # y la mayoría de los sistemas usa 0.22.X |
81 | | -#- 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 }} |
| 82 | + -name:Powrap |
| 83 | +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 }} |
84 | 85 | -name:Sphinx lint |
85 | 86 | if:steps.po-files-to-check.outputs.any_po_files_to_check == 'true' |
86 | 87 | run:sphinx-lint ${{ steps.po-files-to-check.outputs.po_files_to_check }} |
|