From the course: Continuous Integration: Tools
Unlock the full course today
Join today to access over 24,100 courses taught by industry experts.
GitHub Actions
From the course: Continuous Integration: Tools
GitHub Actions
Code repositories allow us to manage our code along with the CI/CD services, running our tests and deployments. There are some really amazing tools in this category, including this one, GitHub Actions. GitHub is one of the world's most popular code repositories, with millions of users, more than 100 million repositories, and a suite of tools for modern software development, including continuous integration. GitHub provides Git-based source code management and is home to thousands of open-source projects. Access to GitHub is free and includes unlimited public and private repositories. In the GitHub Marketplace, developers can find third-party applications and tools to extend GitHub's native capabilities. This includes tools for getting notifications, conducting code reviews, scanning code for security vulnerabilities, and much more. GitHub also includes GitHub Actions, a workflow management tool for repositories hosted on GitHub. Workflows are configured with YAML files stored in a…