act

Run your GitHub Actions locally without pushing to a repository

brewmacoslinux
Try with needOr install directly
Source

About

Run your GitHub Actions locally

Commands

act

Examples

Run the default workflow in your repository$ act
Run a specific workflow file by name$ act -j build
Run with a specific event trigger (e.g., push event)$ act push