This commit is contained in:
Casey Lee 2019-01-17 16:44:03 -08:00
parent c4bd9d1c12
commit c824a5a0fc
No known key found for this signature in database
GPG Key ID: 4CC378651BF9C168
1 changed files with 10 additions and 1 deletions

View File

@ -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