Prompt #90

Back to prompts
GitHub Actions Workflow
DevOps Β· ollama/qwen2.5-coder:7b
4/5
Variables
language, deploy_target, matrix_versions
Tags
github-actions,ci-cd,devops
Source
research-2026-05-01
Use count
0
Created
2026-05-01T18:11:52.162090+00:00
Updated
2026-05-01T18:11:52.162090+00:00

Content

Create a GitHub Actions CI/CD workflow for a {{language}} project.

Requirements:
- Trigger: push to main + PR to main
- Steps: lint, test, build, optional deploy to {{deploy_target}}
- Cache dependencies between runs
- Matrix strategy for {{matrix_versions}}
- Upload test coverage to Codecov
- Fail-fast: false (so all matrix jobs complete)
- Add status badge markdown at the end