act

在本地运行你的 GitHub 操作。「Run your GitHub Actions locally 🚀」

Github stars Tracking Chart







Overview Join the chat at https://gitter.im/nektos/act Go Report Card

"Think globally, act locally"

Currently this library only supports the HCL syntax, not the YAML syntax

Run your GitHub Actions locally! Why would you want to do this? Two reasons:

  • Fast Feedback - Rather than having to commit/push every time you want test out the changes you are making to your main.workflow file (or for any changes to embedded GitHub actions), you can use act to run the actions locally. The environment variables and filesystem are all configured to match what GitHub provides.
  • Local Task Runner - I love make. However, I also hate repeating myself. With act, you can use the GitHub Actions defined in your main.workflow file to replace your Makefile!

How Does It Work?

When you run act it reads in your GitHub Actions from .github/main.workflow and determines the set of actions that need to be run. It uses the Docker API to either pull or build the necessary images, as defined in your main.workflow file and finally determines the execution path based on the dependencies that were defined. Once it has the execution path, it then uses the Docker API to run containers for each action based on the images prepared earlier. The environment variables and filesystem are all configured to match what GitHub provides.

Let's see it in action with a sample repo!

Demo

Installation

To install with Homebrew, run:

brew install nektos/tap/act

Alternatively, you can use the following:

Main metrics

Overview
Name With Ownernektos/act
Primary LanguageGo
Program languageShell (Language Count: 4)
PlatformLinux, Mac, Windows
License:MIT License
所有者活动
Created At2019-01-02 19:53:43
Pushed At2025-04-16 23:42:05
Last Commit At2025-04-16 23:42:04
Release Count86
Last Release Namev0.2.76 (Posted on 2025-04-01 02:35:41)
First Release Namev0.0.1 (Posted on )
用户参与
Stargazers Count60.1k
Watchers Count170
Fork Count1.5k
Commits Count1.3k
Has Issues Enabled
Issues Count1240
Issue Open Count199
Pull Requests Count1024
Pull Requests Open Count26
Pull Requests Close Count213
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private