Run the linter on CI

This commit is contained in:
Christian Paul 2019-10-10 21:05:24 +02:00
parent b07786c547
commit b2e491d9ea
No known key found for this signature in database
GPG Key ID: D2CA0D5A16407395

View File

@ -3,3 +3,7 @@ node_js:
- "8"
- "10"
- "12"
script:
- npm run-script lint
- npm test