Skip to content

Commit

Permalink
.github: let Linux CI check translations for credits
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Nov 8, 2024
1 parent 6055c30 commit 0bd572c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Check translations
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: |
for f in po/*.po; do grep -LE '^msgid "translator-credits"' $f ; done
- name: Install Ubuntu Build Dependencies
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: |
Expand Down

0 comments on commit 0bd572c

Please sign in to comment.