Skip to content

Commit

Permalink
Improve action step name (google#1507)
Browse files Browse the repository at this point in the history
The step is not really testing the content of the translation, it’s
merely testing that the PO file is correctly formatted.
  • Loading branch information
mgeisler authored Dec 2, 2023
1 parent 42019dd commit 11a8334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Install mdbook
uses: ./.github/workflows/install-mdbook

- name: Test ${{ matrix.language }} translation
- name: Test format of ${{ matrix.language }} translation
if: matrix.language != 'en'
run: msgfmt --statistics -o /dev/null po/${{ matrix.language }}.po

Expand Down

0 comments on commit 11a8334

Please sign in to comment.