1 parent e1994d5 commit 5f1528dCopy full SHA for 5f1528d
1 file changed
.github/workflows/po-check.yml
@@ -40,4 +40,4 @@ jobs:
40
41
- name: Validate PO syntax with msgfmt
42
run: |
43
- find . -name "*.po" -exec msgfmt --check --check-format -o /dev/null {} +
+ find . -name "*.po" -exec msgfmt --check --check-format -o /dev/null {} \;
0 commit comments