diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:36:53 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:36:53 +0800 |
| commit | b5941040586c3707620bbef6cf8ace4e565f7693 (patch) | |
| tree | b09ff500bb187328941372b1a79381afb0123e4f /mingling_ci/Cargo.toml | |
| parent | 721536eae99d468299c6d7f5ecd6b7dbeac4c34a (diff) | |
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.
Diffstat (limited to 'mingling_ci/Cargo.toml')
| -rw-r--r-- | mingling_ci/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ |
