Overview

Note

Actions is very extensive and I highly recommend reading the documentation for more examples and info.

GitHub Actions is an extensive CI/CD tool that GitHub provides for free. It gives users the option to run custom actions in containerized environments when certain actions are performed on a GitHub repository.

Common use cases include automatically testing and or deploying code pushed to specific branches, and automatically managing pull requests or other GitHub events.

Resources

  1. GitHub Actions Documentation