test: lint using Javascript Standard Style

https://standardjs.com/
This commit is contained in:
curbengh 2019-08-06 11:44:18 +09:30
parent 2725e230e3
commit d72bb5b567
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ script:
- snyk protect # Patch node modules (if available) - snyk protect # Patch node modules (if available)
- snyk monitor # Update dependencies to snyk - snyk monitor # Update dependencies to snyk
- npm install standard
- standard
branches: branches:
only: only:
- master # Only build master branch - master # Only build master branch