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

ci

parent 9d168517
No related branches found
No related tags found
1 merge request!6Ci
Pipeline #43600 failed
...@@ -83,7 +83,7 @@ lint: ...@@ -83,7 +83,7 @@ lint:
- source .venv/bin/activate - source .venv/bin/activate
- pip install pylint - pip install pylint
script: script:
- pylint --recursive=y ./ - pylint --recursive=y ./backend
format: format:
...@@ -93,7 +93,7 @@ format: ...@@ -93,7 +93,7 @@ format:
- source .venv/bin/activate - source .venv/bin/activate
- pip install autopep8 - pip install autopep8
script: script:
- autopep8 --in-place --recursive . - autopep8 --in-place --recursive ./backend
test: test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment