Skip to content

Commit e7fadb4

Browse files
authored
Update check.yml
1 parent 955f104 commit e7fadb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171

172172

173173
# Gather all strings in a single PO file, useful for Translation Memory
174+
# Also run powrap, useful only for pull_request testing for dependabot
174175
compendium:
175176
runs-on: ubuntu-latest
176177
steps:
@@ -194,11 +195,12 @@ jobs:
194195
run: |
195196
sudo apt update -y && sudo apt install gettext -y
196197
pip3 install --upgrade pip
197-
pip3 install translate-toolkit
198+
pip3 install translate-toolkit powrap
198199
199200
- name: Generate compendium from PO files
200201
run: |
201202
pocompendium --correct compendium.po *.po **/*.po
203+
powrap pocompendium.po
202204
203205
- name: Upload artifact
204206
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)