From 3169f32e4fc73df74edb79a61ec78c1ac52e59b7 Mon Sep 17 00:00:00 2001 From: yinxue <2643126914@qq.com> Date: Tue, 21 Oct 2025 19:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2a4c6a6..16029ce 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -40,18 +40,7 @@ jobs: - name: ✅ Run Tests run: cargo test --verbose - # 7. 检查代码格式 - - name: 📏 Check Format - run: cargo fmt -- --check - # 8. 运行 Clippy 静态分析 - - name: 🔍 Clippy Check - run: cargo clippy -- -D warnings - - # 9. 生成文档 - - name: 📚 Build Documentation - run: cargo doc --no-deps - - # 10. 清理构建缓存(可选) + # 7. 清理构建缓存 - name: 🧹 Cleanup run: cargo clean \ No newline at end of file