Understanding the Basics of GitHub Actions
Understand Github Actions and the details of it's components.
We'll cover the following
GitHub Actions are event-driven automation tasks that live within a GitHub repository. An event like a pull request can trigger a set of tasks to be executed. An example is a pull request triggering a set of tasks to clone the Git repository and execute go test
to run Go tests.
Get hands-on with 1400+ tech skills courses.