Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c824a5a

Browse files
committed
README
1 parent c4bd9d1 commit c824a5a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Overview
22
Simple Node.js application to demonstrate the use of GitHub Actions
33

4-
Checkout [act](https://github.com/nektos/act) to run the actions locally
4+
# Look Ma, no Makefile!
5+
All the tasks necessary for testing, building and deploying this code is already defined in `.github/main.workflow` so why would you want to also create a `Makefile` for local development? Now you can use [act](https://github.com/nektos/act) to run the actions locally!
6+
7+
Try these:
8+
9+
* `act -a lint` - run the linter
10+
* `act -a test` - run the linter
11+
* `act` - run the the entire pipeline
12+
* `act -l` - view the execution graph
13+

0 commit comments

Comments
 (0)