-
Book Overview & Buying
-
Table Of Contents
GitHub Foundations Certification Guide
By :
Welcome to automation with GitHub Actions! This is my second most-loved GitHub feature (second to GitHub Copilot
). I’ve always been a proponent of DevOps and the practices of continuous integration and continuous delivery. It felt magical that I could automate the testing and deployment of my apps, and even the provisioning of infrastructure in the cloud. I fell in love with the “everything as code” concept (we will explore this in more detail in this chapter).
However, a more magical feature, GitHub Copilot, blew me away completely less than 3 years ago. GitHub Copilot and Generative AI (GenAI) have fundamentally revolutionized the way we build software today. We will discuss GitHub Copilot in Chapter 12, Enhancing Development with GitHub Copilot, but let’s focus on GitHub Actions for now.
In this chapter, we will discuss GitHub’s approach to continuous integration, continuous delivery, and automation. We...