I am planning to move our Travis CI build to GitHub Actions using Docker for our per-commit testing.
Can I reproducibly run these new GitHub Actions workflows locally? I
You can use nektos/act which supports yaml syntax since 0.2.0 (prerelease).
Check out their latest release.