automating-github-actions
Installation
SKILL.md
Automating with GitHub Actions
When to use this skill
- When the user asks to setup CI/CD pipeline.
- When the user wants to run tests, linting, or build steps on every commit/PR.
- When the user wants to deploy to Vercel, Docker Hub, or other platforms automatically.
- When the user asks about
.github/workflows.