From b5941040586c3707620bbef6cf8ace4e565f7693 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 10:36:53 +0800 Subject: feat(ci-new): report per-file results Add per-file report generation for markdown checks using the reporter module, grouping outcomes by source file and exporting ok or error results with snake_case item names. --- mingling_ci/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_ci/Cargo.lock') diff --git a/mingling_ci/Cargo.lock b/mingling_ci/Cargo.lock index 538b06c..1a86bbf 100644 --- a/mingling_ci/Cargo.lock +++ b/mingling_ci/Cargo.lock @@ -322,6 +322,7 @@ version = "0.1.0" dependencies = [ "colored", "indicatif", + "just_fmt 0.2.1", "just_progress", "just_template", "mingling", -- cgit