mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-02-26 16:03:49 +00:00
f36df5592dedcb7a1a8eef2679bd366f005693ba
Overview
Caution
This is a derivative of nektos/act between version v0.2.71 from January 2025 and v0.2.72 February 2025
- Support for macOS VMs using tart
-P tart:// --use-new-action-cachehas been removed, the default clone mode of nektos/act has been removed- CI tests are run in 6min compared to 17min on nektos/act
- Flags
--pull=falseand--rebuild=falseare inverted to--no-polland--no-rebuild
Act User Guide
Please look at the act user guide for more documentation.
Support
Need help? Ask on Discussions!
Contributing
Want to contribute to act? Awesome! Check out the contributing guidelines to get involved.
Manually building from source
- Install Go tools 1.24+ - (https://golang.org/doc/install)
- Clone this repo
git clone git@github.com:actions-oss/act-cli.git - Run unit tests with
make test - Build and install:
make install
Languages
Go
90.8%
Makefile
5.8%
Shell
2.2%
Dockerfile
1.2%