Building Custom GitHub Actions

Go to class
Write Review

Free Online Course: Building Custom GitHub Actions provided by Pluralsight is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Building Custom GitHub Actions is taught by Enrico Campidoglio.

Overview
  • GitHub Actions is the official automation solution for GitHub projects. Unlock its full potential by creating your own custom actions. This course will teach you how to build real-world GitHub Actions using TypeScript and Docker.

    GitHub Actions is the official automation solution and sets it apart from other products in the same category is the fact that it's deeply integrated with the GitHub platform. This means you can use it not only for CI/CD, but to automate other parts of your workflow as well. While there's a lot you can do with GitHub Actions out of the box, every project has its own set of needs. The best way to make GitHub Actions fit your project, then, is by creating your own custom actions. In this course, Building Custom GitHub Actions, you will gain an understanding of how GitHub Actions work and how they integrate with the rest of the GitHub platform. First, you will learn triaging issues, requesting code reviews, merging Pull Requests and even creating releases. Next, you will discover how to create real-world GitHub Actions from the ground up using either TypeScript or Docker. Finally, You will explore the pros and cons of TypeScript vs. Docker actions and how to choose the one that makes the most sense in a given scenario. By the end of this course, you will be able to take full advantage of the GitHub Actions platform by creating your own custom actions.