- CI: Add `eslint` script

master
Brett Zamir 2020-07-12 23:15:18 +08:00
parent 1c54824ad7
commit 41cdd86329
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
language: ruby
rvm:
- 2.3
script: "bundle exec jekyll build"
script:
- bundle exec jekyll build
- npm run eslint