mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-03 10:20:20 +00:00
0cdc6fd88bfc3d2558ee5d697f29da8a1bdc4c05
Make sure we report schema errors consistently Reviewed-on: https://gitea.com/actions-oss/act-cli/pulls/20 Co-authored-by: Christopher Homberger <christopher.homberger@web.de> Co-committed-by: Christopher Homberger <christopher.homberger@web.de>
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 - YAML Anchors are supported
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.9%
Makefile
5.8%
Shell
2.2%
Dockerfile
1.1%