google/comprehensive-rust

Add CI job that ensures every translation builds

Open

#2.539 geöffnet am 4. Jan. 2025

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (32.954 Stars) (2.009 Forks)batch import
enhancementgood first issue

Beschreibung

Currently, I have to add each language individually to the branch protection rules for main. This a problem since we can merge PRs which fail later when building the translations for publishing.

I think we can handle this by adding a new CI job which waits on every translation and only succeeds when they all succeed.

Originally posted by @mgeisler in https://github.com/google/comprehensive-rust/issues/2531#issuecomment-2571282773

Contributor Guide