Thanks to visit codestin.com Credit goes to github.com
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 2a6c1a6 commit 5d717a0Copy full SHA for 5d717a0
.github/workflows/main.yml
@@ -77,7 +77,7 @@ jobs:
77
diff -Naur TRANSLATORS <(LANG=es python scripts/sort.py < TRANSLATORS)
78
- name: Powrap
79
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 }}
+ run: env | sort && powrap --diff --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }}
81
- name: Sphinx lint
82
83
run: sphinx-lint ${{ steps.po-files-to-check.outputs.po_files_to_check }}
0 commit comments