Add npm run lint to CI and to docs

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-03-22 11:04:57 +01:00
parent b698eb470f
commit 1309fdd3da
2 changed files with 18 additions and 1 deletions

View File

@@ -53,6 +53,19 @@ js_deps:
- js/node_modules
allow_failure: true
js_check:
stage: front
before_script:
- cd js
- npm install
script:
- npm run lint
after_script:
- cd ../
cache:
paths:
- js/node_modules
elixir_check:
stage: back
before_script: