From 5d0918ff5e19ebc67e4698bc308f6562779b7110 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 08:27:36 +0800 Subject: feat: add new Mingling CI system crate (WIP) Add `mingling_ci` as a standalone CI system built on Mingling 0.4.0 to validate the next version, with report collection and manifest listing commands. --- mingling_ci/tmpls/task_section.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mingling_ci/tmpls/task_section.md (limited to 'mingling_ci/tmpls/task_section.md') diff --git a/mingling_ci/tmpls/task_section.md b/mingling_ci/tmpls/task_section.md new file mode 100644 index 0000000..9c6daad --- /dev/null +++ b/mingling_ci/tmpls/task_section.md @@ -0,0 +1,18 @@ +## Task: <<>> + +| Package-Name | Package-Directory | PASS (Windows) | PASS (Linux) | PASS (Mac OS) | +| -------------- | ----------------- | -------------- | ------------ | ------------- | +>>>>>>>>>> rows +@@@ >>> rows +| <<>> | <<>> | <<>> | <<>> | <<>> | +@@@ <<< + +>>>>>>>>>> fails +@@@ >>> fails +### Fail: #<<>> + +```stdout +<<>> +``` + +@@@ <<< -- cgit