pub fn github_plan(
repo: &RepoSpec,
cfg: &VgiConfig,
checkout_action: &str,
guard: &CheckGuard,
) -> Result<Vec<BootstrapStep>>Expand description
Build the plan. Validates everything that ends up in a file or a variable, so a bad config fails here rather than half-way through.