docs/contrib/local-actions.md
Run your GitHub Actions locally! Why would you want to do this? Two reasons:
.github/workflows/ files (or for any changes to embedded GitHub actions), you can use act to run the actions locally. The environment variables and filesystem are all configured to match what GitHub provides.act, you can use the GitHub Actions defined in your .github/workflows/ to replace your Makefile!curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
···