mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-25 16:54:32 +02:00
Improve action step name (#1507)
The step is not really testing the content of the translation, it’s merely testing that the PO file is correctly formatted.
This commit is contained in:
parent
42019dd5bf
commit
11a8334aa4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -126,7 +126,7 @@ jobs:
|
|||||||
- name: Install mdbook
|
- name: Install mdbook
|
||||||
uses: ./.github/workflows/install-mdbook
|
uses: ./.github/workflows/install-mdbook
|
||||||
|
|
||||||
- name: Test ${{ matrix.language }} translation
|
- name: Test format of ${{ matrix.language }} translation
|
||||||
if: matrix.language != 'en'
|
if: matrix.language != 'en'
|
||||||
run: msgfmt --statistics -o /dev/null po/${{ matrix.language }}.po
|
run: msgfmt --statistics -o /dev/null po/${{ matrix.language }}.po
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user