- CI: Add eslint script

This commit is contained in:
Brett Zamir
2020-07-12 23:15:18 +08:00
parent 1c54824ad7
commit 41cdd86329

View File

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