Skip to content
Snippets Groups Projects
Commit 19ec7d93 authored by Clément Charlier's avatar Clément Charlier
Browse files

modified ci

parent 790b4be5
No related branches found
No related tags found
No related merge requests found
Pipeline #46325 failed
......@@ -3,11 +3,11 @@ image: python:3.10
stages:
- lint
pylint:
job:pylint:
stage: lint
script:
- python -m venv .venv
- source .venv/bin/activate
- pip install -r requirements.txt
# C'est à ton tour de coder un script qui lance pylint sur ton projet
-
- pylint calculator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment