GitHub Actions Tutorials

Exploring GitHub Actions Triggers

92 minute read

GitHub Actions is a powerful CI/CD platform that allows you to automate various tasks in your GitHub repository. This article explores different triggers, su...

How to Test and Run GitHub Actions Locally

37 minute read

This tutorial explains how to test and run GitHub Actions locally using a tool called `act`. It covers the installation of `act`, exploring its features, and...

Better Together - Earthly + Github Actions

30 minute read

Learn how Earthly and Github Actions can work together to improve your Continuous Integration (CI) process. Discover the benefits of Earthly's local CI pipel...

Caching Dependencies on GitHub Actions

22 minute read

Learn how to cache your package manager dependencies in GitHub Actions to save time and improve the efficiency of your workflows. This article provides step-...