GitHub Actions Tutorials
Exploring GitHub Actions Triggers

Exploring GitHub Actions Triggers

97 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

How to Test and Run GitHub Actions Locally

42 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

Better Together - Earthly + Github Actions

35 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

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-...