GitHub Actions is an automation platform integrated in GitHub that allows creating CI/CD workflows directly from the repository.
What is GitHub Actions?
GitHub Actions allows automating software workflows by creating actions that run in response to repository events.
.github/workflows/ci.yml File
Basic Workflow
Related Concepts
- Docker - Containers in workflows
- Kubernetes - Deployment in K8s
- DevOps - Methodology it facilitates
- SDLC - Automated lifecycle