Skip to content

Commit

Permalink
Merge pull request #716 from openSUSE/po_validation_fix
Browse files Browse the repository at this point in the history
weblate-merge-po.yml - fixed PO file validation
  • Loading branch information
lslezak committed Aug 28, 2023
2 parents f992c17 + ed12545 commit 4ad4cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weblate-merge-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Validate the PO files
working-directory: ./agama
run: msgfmt --check-format -o /dev/null web/po/*.po
run: ls web/po/*.po | xargs -n1 msgfmt --check-format -o /dev/null

# any changes besides the timestamps in the PO files?
- name: Check changes
Expand Down

0 comments on commit 4ad4cd2

Please sign in to comment.