What is act - Run GitHub Actions Locally
act is a tool that enables local execution of GitHub Actions workflows defined in .github/workflows/. It allows developers to test their GitHub Actions workflows locally without pushing to GitHub, providing fast feedback during development. The tool replicates the GitHub-hosted environment variables and filesystem, ensuring that actions run the same way locally as they would on GitHub.