This is the repository for the LinkedIn Learning course Learning GitHub Actions
. The full course is available from LinkedIn Learning.
See the readme file in the main branch for updated instructions and information.
This repository is organized into directories that correspond to the videos and exercises in the course. Each chapter has its own directory, and within each chapter directory are subdirectories for each video or exercise.
The course is organized into the following chapters:
Chapter | Description |
---|---|
0: Introduction | Course overview, prerequisites, and foundational concepts for GitHub Actions |
1: Actions and Workflows | Create and configure workflows; add jobs and steps, manage dependencies; and understand workflow limits |
2: Selecting and Using Actions | Use actions from the marketplace and repositories; pass arguments; work with environment variables, secrets, and artifacts |
3: Developing a CI/CD Workflow | Plan and build a complete CI/CD pipeline including linting, testing, building, and deploying |
4: Developing Custom Actions | Create a custom action from scratch using a Docker container, metadata files, and publish the action to the GitHub marketplace |
5: Conclusion | Additional resources and next steps for continued learning with GitHub Actions |
-
To use these exercise files, you must have the following accounts in place:
- GitHub, a web-based platform that uses Git for version control and collaboration on software development projects.
- (OPTIONAL) Google Cloud Platform, a cloud computing platform that provides a wide array of on-demand services.
-
Clone this repository to your local machine using your system's terminal or using a GUI tool like SourceTree or GitHub Desktop.
-
See the README file in each directory for specific instructions related to the corresponding lesson.
Michael Jenkins, Lead Software Engineer
Check out my other courses on LinkedIn Learning.