Run your GitHub actions locally ↦
Why might you want to do this? Two reasons:
- Fast Feedback - Rather than having to commit/push every time you want test out the changes you are making to your
main.workflow
file (or for any changes to embedded GitHub actions), you can use act to run the actions locally.- Local Task Runner - I love make. However, I also hate repeating myself. With
act
, you can use the GitHub Actions defined in yourmain.workflow
file to replace yourMakefile
!
Discussion
Sign in or Join to comment or subscribe