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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?