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/cmd_build.rs | |
| parent | 4ae156e0e14221389042cabb441dd127175fabbf (diff) | |
refactor(ci-new): rename job module to task
Diffstat (limited to 'mingling_ci/src/task/cmd_build.rs')
| -rw-r--r-- | mingling_ci/src/task/cmd_build.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling_ci/src/task/cmd_build.rs b/mingling_ci/src/task/cmd_build.rs new file mode 100644 index 0000000..7f43102 --- /dev/null +++ b/mingling_ci/src/task/cmd_build.rs @@ -0,0 +1,4 @@ +use mingling::macros::command; + +#[command(node = "build")] +pub fn build() {} |
