From b1102be2682feb2d2182ead0fcc7ce12f8d0c865 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 11:09:23 +0800 Subject: refactor(mingling_ci): rename build, clippy, and docs commands to -check suffix --- mingling_ci/help.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mingling_ci/help.txt') diff --git a/mingling_ci/help.txt b/mingling_ci/help.txt index de85c89..9d80d2f 100644 --- a/mingling_ci/help.txt +++ b/mingling_ci/help.txt @@ -19,8 +19,8 @@ COMMANDS: markdown-check-all Verify rust code blocks in all configured markdown files markdown-compare Compare the structure of two markdown files/dirs markdown-compare-all Compare all translated docs against the reference - build-all Build all crates - clippy-all Run clippy with -D warnings on all crates + build-check Build all crates + clippy-check Run clippy with -D warnings on all crates test-all Test all crates - test-examples Build examples and run their test.toml cases - docs-build Build mingling docs with -D warnings + example-check Build examples and run their test.toml cases + docs-check Build mingling docs with -D warnings -- cgit