GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository, or deploy merged pull requests to production.
- N/A
- Basic linux command line skill, CICD, YAML
- No need to install, it's built along with GitHub server
- Visit https://docs.github.com/en/enterprise-cloud@latest/actions/quickstart for a comprehensive introduction.
- Check the basic/ directory to create a simple GitHub Action demo.
- Explore a practical hands-on example in the learn-github-actions for more GitHub Action concepts
- N/A