github-actions
Installation
SKILL.md
GitHub Actions
When to Use
- Setting up CI/CD pipelines
- Automating tests and builds
- Deployment automation
When NOT to Use
- GitLab CI projects using
.gitlab-ci.ymlconfiguration - Jenkins pipelines using Jenkinsfile or Groovy-based configuration
- CircleCI, Travis CI, or other non-GitHub CI/CD systems