Moved action type into action module.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s

This commit is contained in:
2026-02-07 22:45:18 -05:00
parent 3d19493763
commit 5d8624656a
9 changed files with 11 additions and 21 deletions

View File

@@ -1,2 +1 @@
pub mod action;
pub mod wrapper;