google/comprehensive-rust

Add CI job that ensures every translation builds

Open

#2.539 aberto em 4 de jan. de 2025

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (2.009 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (32.954 stars)
Métricas de merge de PR
 (Mesclagem média 9d 23h) (36 fundiu PRs em 30d)

Description

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

Guia do colaborador