wrkflw 0.2.1

A GitHub Actions workflow validator and executor
1
2
3
4
5
6
7
8
9
10
11
pub mod dependency;
pub mod docker;
pub mod engine;
pub mod environment;
pub mod substitution;

// Re-export public items
pub use engine::{
    execute_workflow, ExecutionResult, JobResult, JobStatus, RuntimeType, StepResult, StepStatus,
};
pub use docker::cleanup_containers;