test: add js linter to tests
This commit is contained in:
parent
cdc474420b
commit
679eb38361
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue