pub fn collect_inline_resources(
workflow_resources: &[ResourceSpec],
step_resources: &[ResourceSpec],
workflow_dir: &Path,
) -> Result<ResourceSet, ZigError>Expand description
Convenience for tests and the original PR 1 API: collect inline-only resources without walking any global/cwd tiers.