test: add js linter to tests
This commit is contained in:
parent
cdc474420b
commit
679eb38361
|
@ -18,6 +18,11 @@ jobs:
|
||||||
uses: actions/npm@master
|
uses: actions/npm@master
|
||||||
with:
|
with:
|
||||||
args: install
|
args: install
|
||||||
|
- name: Test
|
||||||
|
uses: actions/npm@master
|
||||||
|
with:
|
||||||
|
args: test
|
||||||
|
|
||||||
- name: Publish Filter
|
- name: Publish Filter
|
||||||
uses: actions/bin/filter@master
|
uses: actions/bin/filter@master
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.0.0-dev",
|
"version": "0.0.0-dev",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "standard"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"merge-release": "./merge-release-run.js"
|
"merge-release": "./merge-release-run.js"
|
||||||
|
|
Loading…
Reference in New Issue