GitHub Actions
Warning
This post is more than a year old. Information may be outdated.
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. Understanding GitHub Actions