Skip to content

Commit 5d717a0

Browse files
committed
Inspect running environment
Signed-off-by: Rodrigo Tobar <[email protected]>
1 parent 2a6c1a6 commit 5d717a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
diff -Naur TRANSLATORS <(LANG=es python scripts/sort.py < TRANSLATORS)
7878
- name: Powrap
7979
if: steps.po-files-to-check.outputs.any_po_files_to_check == 'true'
80-
run: powrap --diff --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }}
80+
run: env | sort && powrap --diff --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }}
8181
- name: Sphinx lint
8282
if: steps.po-files-to-check.outputs.any_po_files_to_check == 'true'
8383
run: sphinx-lint ${{ steps.po-files-to-check.outputs.po_files_to_check }}

0 commit comments

Comments
 (0)