We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb179d commit 4901b52Copy full SHA for 4901b52
.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 --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }}
+ run: 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