Skip to content
Snippets Groups Projects

add docs

Merged Antoine Gaudron-Desjardins requested to merge docs into main
3 files
+ 61
71
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
2
@@ -70,7 +70,6 @@ install-npm-packages:
@@ -70,7 +70,6 @@ install-npm-packages:
lint-back:
lint-back:
stage: test
stage: test
allow_failure: true
before_script:
before_script:
- python3 -m venv venv/
- python3 -m venv venv/
- source venv/bin/activate
- source venv/bin/activate
@@ -82,7 +81,6 @@ lint-back:
@@ -82,7 +81,6 @@ lint-back:
lint-front:
lint-front:
image: node:14.6.0
image: node:14.6.0
stage: test
stage: test
allow_failure: true
script:
script:
- cd frontend/
- cd frontend/
- npm run lint
- npm run lint
Loading