Act (https://github.com/nektos/act) is an open-source command-line tool that can simulate and run GitHub Actions workflows locally using Docker. It lets you trigger events, run jobs, and debug without pushing to a remote.
.github/workflows inside local containers.push, pull_request, and other events, as well as custom event payloads.act command-line to quickly run a single job or an entire workflow.Suitable for developers, CI engineers, and open-source maintainers to debug CI configurations locally, quickly validate workflow logic, save the cost of repeated cloud runs, and test workflows offline in private repositories.