Continuous integration is just a DevOpsy terms for automating a part of your code review process. Let's chat about what, why, and how to CI.
Learn back-end development - https://boot.dev
GitHub Actions docs: https://docs.github.com/en/actions
Like & subscribe for the algo if you enjoyed the video!
== Chapter Contents ==
00:00 - Intro
00:34 - What is continuous integration?
01:15 - CI code in GitHub Actions
01:39 - What is a pull request
02:39 - Things we actually test for
03:30 - Popular CI tools
03:55 - Looking at a GitHub actions workflow file