Go to file
Casey Lee 5c6f585b1f
Merge pull request #7 from drpaneas/fix_readme
Remove lint from README
2021-05-02 08:19:02 -07:00
.github/workflows remove lint 2020-04-24 17:09:33 -07:00
tests cleanup 2020-04-24 16:02:34 -07:00
.eslintrc.yml cleanup 2020-04-24 16:02:34 -07:00
.gitignore init 2019-01-14 23:40:13 -08:00
LICENSE init 2019-01-14 23:40:13 -08:00
README.md Remove lint from README 2021-04-21 14:08:42 +02:00
index.js cleanup 2020-04-24 16:02:34 -07:00
package-lock.json build(deps): bump lodash from 4.17.15 to 4.17.19 2020-07-20 11:10:42 +00:00
package.json cleanup 2020-04-24 16:02:34 -07:00

README.md

Overview

Simple Node.js application to demonstrate the use of GitHub Actions

Look Ma, no Makefile!

All the tasks necessary for testing, building and deploying this code is already defined in .github/workflows/ so why would you want to also create a Makefile for local development? Now you can use act to run the actions locally!

Try these:

  • act -j test - run the tests
  • act - run the the entire pipeline
  • act -l - view the execution graph