Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Research: Develop GitHub Actions/Workflows with Act #86

Open
DerekRoberts opened this issue May 27, 2021 · 0 comments
Open

Research: Develop GitHub Actions/Workflows with Act #86

DerekRoberts opened this issue May 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@DerekRoberts
Copy link
Member

DerekRoberts commented May 27, 2021

https://github.com/nektos/act

https://github.com/jon-funk/nektos-act-guide

Copy/paste:

Run your GitHub Actions locally! Why would you want to do this? Two reasons:

Fast Feedback - Rather than having to commit/push every time you want to test out the changes you are making to your .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.
Local Task Runner - I love make. However, I also hate repeating myself. With act, you can use the GitHub Actions defined in your .github/workflows/ to replace your Makefile!
@DerekRoberts DerekRoberts added the enhancement New feature or request label May 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant