act
Run your GitHub Actions locally.
Run all workflows for an event
act push
List all workflows for an event
act -l pull_request
Run job with name
act -j test
Configuration file
You can configure things via a .actrc
file, like so:
--container-architecture=linux/amd64
--action-offline-mode