pub fn run_checks_with(
config: &CiConfig,
context: &ExecutionContext,
options: &RunOptions<'_>,
controls: &RunControls<'_>,
) -> Result<Vec<CheckResult>, ResultCacheError>Expand description
Run checks with explicit trigger/cache/environment controls.