Go to file
Casey Lee f749625d6d
cleanup
2020-04-24 16:02:34 -07:00
.github/workflows cleanup 2020-04-24 16:02:34 -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 updates for new version of act 2020-02-12 00:22:14 -08:00
index.js cleanup 2020-04-24 16:02:34 -07:00
package-lock.json cleanup 2020-04-24 16:02:34 -07: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 lint - run the linter
  • act -j test - run the tests
  • act - run the the entire pipeline
  • act -l - view the execution graph