Skip to content
Snippets Groups Projects
Commit 34e5d60c authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

include linting front in ci

parent b3cde63b
No related branches found
No related tags found
1 merge request!21Linting
Pipeline #43812 failed
......@@ -75,7 +75,7 @@ install:
#### ####
#######################################################################################################################################
lint:
lint-back:
stage: test
before_script:
- source ./venv/bin/activate
......@@ -84,6 +84,16 @@ lint:
- pycodestyle --config=./backend/setup.cnf ./backend
lint-front:
image: node:14.6.0
stage: test
before_script:
- cd frontend/
- npm install
script:
- npm run lint
# test:
# stage: test
# variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment