Skip to main content

Module ci_workflow

Module ci_workflow 

Source
Expand description

Renderer for .github/workflows/ci.yml (D-13..D-17, D-21).

Loads the canonical GitHub Actions template via include_str! and returns it verbatim. The context struct exists to make future placeholder substitution (e.g. package name) trivial without an API break.

Structs§

CiWorkflowContext
Context for rendering the CI workflow file.

Constants§

CI_WORKFLOW_TEMPLATE

Functions§

render_ci_workflow
Render .github/workflows/ci.yml from a context.