test: add js linter to tests

This commit is contained in:
Mikeal Rogers 2019-09-09 19:24:14 +00:00
commit 679eb38361
2 arquivos alterados com 6 adições e 1 exclusões

Ver arquivo

@ -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:

Ver arquivo

@ -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"