Recipes¶
Recipes are small, copyable Hollywood use cases for everyday CI/CD work.
| Recipe | What it proves |
|---|---|
| S3 Cache | A script can hit S3-compatible object storage locally, then run through GitHub. |
| Publish Container Image | A container publish step can be typed without shell in YAML. |
The maintained source files live under examples/. Recipe pages explain the
why and show the generated GitHub Actions surface.