diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:32:47 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:32:47 +0800 |
| commit | 03b70e49bed33885cb51415dcbd657a93b1c9ffc (patch) | |
| tree | 5b37a945bff8025dc5131eaf8876b21b8ba7b82b /mingling_ci/src/lib.rs | |
| parent | 9113bf0fa1b60eaea4f4c3f9687b1c0e4f124715 (diff) | |
feat(ci-new): add git-lock and git-unlock CI commands
Add temporary commit and restore commands to stabilize the workspace
during CI runs, with safety checks and error handling.
Diffstat (limited to 'mingling_ci/src/lib.rs')
| -rw-r--r-- | mingling_ci/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_ci/src/lib.rs b/mingling_ci/src/lib.rs index 8ce8ce7..32a0cbd 100644 --- a/mingling_ci/src/lib.rs +++ b/mingling_ci/src/lib.rs @@ -6,6 +6,7 @@ use mingling::macros::{gen_program, help}; pub(crate) mod cmd; +pub(crate) mod git; pub(crate) mod task; /// Mingling CI's Resources |
