This repository contains all of the code that was in the Introduction to GitHub Actions
mini course that I created. The course is free and is hosted on YouTube here: Introduction To GitHub Actions Course Playlist.
- Part 1: Introduction
- Part 2: GitHub Actions & Workflows
- Part 3: Core Concepts
- Part 4: Setup
- Part 5: Hello World Workflow
- Part 6: GitHub Marketplace
- Part 7: Integration Test And CRON Workflow
- Part 8: Pull Request Workflow
- Part 9: Push Workflow
- Part 10: GitHub NPM Publish Workflow
- Part 11: GitHub Secrets
- Part 12: Conclusion
To best follow along with this course, it is recommended that you fork or clone the repository. In the Setup course video, there is instructions on how fork the repository so you can follow along.
In this repository, there is a start
and end
branch that contains all of the code that is written up to that point in the course videos. You can checkout these individual branches if you would like to compare the code you have written, or to follow along from a particular point in the course.
Here is the list of branches and the videos they correspond to:
- Part 1: Introduction (N/A)
- Part 2: GitHub Actions & Workflows (N/A)
- Part 3: Core Concepts (N/A)
- Part 4: Setup - 0_course_start
- Part 5: Hello World Workflow
- Starting Branch: 1_hello_world_start
- Ending Branch: 1_hello_world_end
- Part 6: GitHub Marketplace
- Starting Branch: 2_shared_actions_start
- Ending Branch: 2_shared_actions_end
- Part 7: Integration Test And CRON Workflow
- Starting Branch: 3_cron_example_start
- Ending Branch: 3_cron_example_end
- Part 8: Pull Request Workflow
- Starting Branch: 4_pull_request_start
- Ending Branch: 4_pull_request_end
- Part 9: Push Workflow
- Starting Branch: 5_push_workflow_start
- Ending Branch: 5_push_workflow_end
- Part 10: GitHub NPM Publish Workflow
- Starting Branch: 6_npm_workflow_start
- Ending Branch: 6_npm_workflow_end
- Part 11: GitHub Secrets
- Starting Branch: 7_secrets_start
- Ending Branch: 7_secrets_end
- Part 12: Conclusion (N/A)
Here is the list of branches for the bonus content and the videos they correspond to:
- Bonus 1: Publish Content To Itch.io Workflow
- Starting Branch: 8_itchio_start
- Ending Branch: 8_itchio_end
In this course, there are 3 sub projects that are used for demonstration purposes for setting up various workflows. In this course, we don't do a deep dive into these 3 projects. For more details on these projects, please see the readme files in each of the project folders.
For any course feedback, suggestions, issues, or questions, please feel free to start a new discussion here: GitHub Discussions.
You can also leave comments on the videos, or open an issue.
This course is free and is also hosted on YouTube. You can find the playlist here: Learn JavaScript.
The course content can be found here: GitHub - Learn JavaScript Course.