google/comprehensive-rust

Add CI job that ensures every translation builds

开放

#2,539 创建于 2025年1月4日

 (2 条评论) (0 个反应) (0 位负责人)Rust (2,009 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (32,954 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南