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.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_ci/Cargo.toml') diff --git a/mingling_ci/Cargo.toml b/mingling_ci/Cargo.toml index 5de752a..7c747db 100644 --- a/mingling_ci/Cargo.toml +++ b/mingling_ci/Cargo.toml @@ -35,6 +35,7 @@ tokio = { version = "1.53.1", features = [ prettytable-rs = "0.10.0" toml = "0.8" just_template = "0.2.1" +just_fmt = "0.2.1" [build-dependencies] mingling = { version = "0.4.0", features = [ -- cgit