1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-11 09:21:40 +02:00

Publish report of translation status. (#2190)

This commit is contained in:
Andrew Walbran
2024-07-08 15:51:14 +01:00
committed by GitHub
parent dc71988c1a
commit c39b6b01d7
3 changed files with 16 additions and 1 deletions

View File

@@ -28,6 +28,10 @@ runs:
run: cargo install mdbook-i18n-helpers --locked --version 0.3.3
shell: bash
- name: Install i18n-report
run: cargo install i18n-report --locked --version 0.1.0
shell: bash
- name: Install mdbook-exerciser
run: cargo install --path mdbook-exerciser --locked
shell: bash