act

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

Github星跟踪图

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:

主要指标

概览
名称与所有者nektos/act
主编程语言Go
编程语言Shell (语言数: 4)
平台Linux, Mac, Windows
许可证MIT License
所有者活动
创建于2019-01-02 19:53:43
推送于2025-04-16 23:42:05
最后一次提交2025-04-16 23:42:04
发布数86
最新版本名称v0.2.76 (发布于 2025-04-01 02:35:41)
第一版名称v0.0.1 (发布于 )
用户参与
星数60.1k
关注者数170
派生数1.5k
提交数1.3k
已启用问题?
问题数1240
打开的问题数199
拉请求数1024
打开的拉请求数26
关闭的拉请求数213
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?