aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/help.txt
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-18 11:09:23 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-18 11:09:23 +0800
commitb1102be2682feb2d2182ead0fcc7ce12f8d0c865 (patch)
tree6bb68f2a79600aa1144d05394b89de9286d385c9 /mingling_ci/help.txt
parent65464029958facf58c886a3ab5d4b9ab176f4e1c (diff)
refactor(mingling_ci): rename build, clippy, and docs commands to -check
suffix
Diffstat (limited to 'mingling_ci/help.txt')
-rw-r--r--mingling_ci/help.txt8
1 files changed, 4 insertions, 4 deletions
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 <PATH> <PATH> 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