1#[path = "workflow_run/module.rs"] 2#[allow(clippy::module_inception)] 3mod workflow_run; 4 5pub use workflow_run::*;