From 6140a496bf452e838fd4ec1e59dffbb39272691f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juliette=20Kalfl=C3=A8che?= <juliette.kalfleche@student-cs.fr> Date: Thu, 13 Oct 2022 14:07:46 +0200 Subject: [PATCH] ci/cd --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49f0f1a..3042dea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,5 +9,7 @@ pylint: - python -m venv .venv - source .venv/bin/activate - pip install -r requirements.txt + - pip install pylint # C'est à ton tour de coder un script qui lance pylint sur ton projet - - + - pylint calculator --fail-on=warning + -- GitLab