Development Operations - Product
GitHub Actions
GitHub automation service for running build, test, deployment and other development workflows
What's it for?
Automatically runs checks and other tasks when software changes are made in GitHub.
For example…
GitHub Actions runs automated tests every time a pull request is opened and blocks merging if the checks fail
A release workflow in GitHub Actions builds a container and deploys it when a version tag is created