-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sanjula Ganepola <[email protected]>
- Loading branch information
1 parent
64b37a0
commit 4e3201f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Run your [GitHub Actions](https://developer.github.com/actions/) locally! Why wo | |
- **Local Task Runner** - I love [make](<https://en.wikipedia.org/wiki/Make_(software)>). However, I also hate repeating myself. With `act`, you can use the GitHub Actions defined in your `.github/workflows/` to replace your `Makefile`! | ||
|
||
> [!TIP] | ||
> **Now Manage and Run Act Directly From VS Code!** | ||
> **Now Manage and Run Act Directly From VS Code!** | ||
> Check out the [GitHub Local Actions](https://sanjulaganepola.github.io/github-local-actions-docs/) Visual Studio Code extension which allows you to leverage the power of `act` to run and test workflows locally without leaving your editor. | ||
# How Does It Work? | ||
|
@@ -38,4 +38,4 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT | |
- Install Go tools 1.20+ - (<https://golang.org/doc/install>) | ||
- Clone this repo `git clone [email protected]:nektos/act.git` | ||
- Run unit tests with `make test` | ||
- Build and install: `make install` | ||
- Build and install: `make install` |