Github
GitHub Actions automates software workflows directly inside GitHub. Teams define steps that run on events like a code push or pull request, covering tasks such as building, testing, and deploying. It removes manual repetition and helps catch problems before code reaches production.