GitHub Actions is GitHub's workflow automation engine, allowing you to automate almost anything related to GitHub. It is also the #1 CI/CD system used on GitHub. You take tasks, called "actions", and combine them to create custom workflows to do things such as build/deploy code. In this session, you will learn about GitHub Actions, and walk away with workflows and ideas that you can use in your own projects immediately.
You will learn: