angrykoala/wendigo

Investigate Github Actions

angrykoala opened this issue · 1 comments

  1. Test on push
  2. Publish to npm on release creation
  3. Create release automatically?

The first priority will be making an action that will do the same steps as travis/gitlab on push in any branch:

  • npm install
  • npm test

Only built in Ubuntu/Node 10 required. Any extra env is a nice to have