Investigate Github Actions
angrykoala opened this issue · 1 comments
angrykoala commented
- Test on push
- Publish to npm on release creation
- Create release automatically?
angrykoala commented
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