⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

veridian_kernel/devtools/ci/
mod.rs

1//! CI Runner
2//!
3//! Simple CI job execution engine with TOML-based job definitions,
4//! namespace-isolated execution, and artifact collection.
5
6pub mod runner;