diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 08:42:33 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 08:42:33 +0800 |
| commit | b2e2ebaf8b75422fc57ca46a46bd67728df73a3c (patch) | |
| tree | 8175ad9409555bda8dbf743f7671e3185a4f6e5d /mingling_ci/src/task.rs | |
| parent | 4ae156e0e14221389042cabb441dd127175fabbf (diff) | |
refactor(ci-new): rename job module to task
Diffstat (limited to 'mingling_ci/src/task.rs')
| -rw-r--r-- | mingling_ci/src/task.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_ci/src/task.rs b/mingling_ci/src/task.rs new file mode 100644 index 0000000..6d86ac6 --- /dev/null +++ b/mingling_ci/src/task.rs @@ -0,0 +1 @@ +pub(crate) mod cmd_build; |
