Write a GitHub Actions CI pipeline
Build a full CI pipeline that installs, lints, tests, builds, and deploys on every push. Includes dependency caching for faster runs.
Preview
Copy prompt
Write a GitHub Actions workflow for a [Language/Framework] project that triggers on push and pull requests to main. The pipeline should install dependencies, run linting, run tests with coverage reporting, build the project, and deploy to [Platform] only on merges to main. Add dependency caching to reduce run times and fail fast on the first error.
More
DevOps
Prompts
