test: add js linter to tests

This commit is contained in:
Mikeal Rogers 2019-09-09 19:24:14 +00:00
parent cdc474420b
commit 679eb38361
2 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,11 @@ jobs:
uses: actions/npm@master
with:
args: install
- name: Test
uses: actions/npm@master
with:
args: test
- name: Publish Filter
uses: actions/bin/filter@master
with:

View File

@ -3,7 +3,7 @@
"version": "0.0.0-dev",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "standard"
},
"bin": {
"merge-release": "./merge-release-run.js"