File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - 3.*
7+ - powrap-is-back
78 pull_request :
89
910permissions :
7879 # FIXME
7980 # Se deshabilita porque el CI usa gettext 0.21 que es muy antiguo
8081 # 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 }}
8485 - name : Sphinx lint
8586 if : steps.po-files-to-check.outputs.any_po_files_to_check == 'true'
8687 run : sphinx-lint ${{ steps.po-files-to-check.outputs.po_files_to_check }}
You can’t perform that action at this time.
0 commit comments