Skip to content

Commit 7013a50

Browse files
committed
run ci
1 parent 3c8521c commit 7013a50

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 3.*
7+
- powrap-is-back
78
pull_request:
89

910
permissions:
@@ -78,9 +79,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)