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§
- CiWorkflow
Context - Context for rendering the CI workflow file.
Constants§
Functions§
- render_
ci_ workflow - Render
.github/workflows/ci.ymlfrom a context.