From c824a5a0fca9aebd5af4a198acaacfa8fc7ea484 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Thu, 17 Jan 2019 16:44:03 -0800 Subject: [PATCH] README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a4018..022b768 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # Overview Simple Node.js application to demonstrate the use of GitHub Actions -Checkout [act](https://github.com/nektos/act) to run the actions locally +# Look Ma, no Makefile! +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! + +Try these: + +* `act -a lint` - run the linter +* `act -a test` - run the linter +* `act` - run the the entire pipeline +* `act -l` - view the execution graph +