Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julien Jerphanion
Rex Dri
Commits
4acba3d0
Commit
4acba3d0
authored
Feb 08, 2019
by
Florent Chehab
Browse files
Update CI to lint js too
parent
8647ed5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4acba3d0
stages
:
-
test
-
syntaxe
-
linting
-
doc
-
deploy
...
...
@@ -27,7 +27,7 @@ testing:
-
docker
flake8
:
stage
:
syntaxe
stage
:
linting
image
:
python:3.6.5-jessie
script
:
-
pip install flake8
...
...
@@ -35,6 +35,14 @@ flake8:
tags
:
-
docker
eslint
:
stage
:
linting
image
:
pipelinecomponents/eslint:latest
script
:
-
cd frontend && npm run lint
tags
:
-
docker
pages
:
stage
:
doc
image
:
floawfloaw/plantuml
...
...
@@ -50,7 +58,7 @@ pages:
paths
:
-
public
expire_in
:
1 month
only
:
only
:
-
master
tags
:
-
docker
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment