From 6781122fc1750b73a8ee41dd99a2fd81318d6e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Mon, 7 Oct 2019 18:32:06 +0200 Subject: [PATCH] Add the events app to the CI checks --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c001fc7c..4cc57807 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,9 +52,9 @@ linters: - pip install --upgrade black isort flake8 script: - black --check . - - isort --recursive --check-only --diff bda cof gestioncof kfet petitscours provisioning shared utils + - isort --recursive --check-only --diff bda cof events gestioncof kfet petitscours provisioning shared utils # Print errors only - - flake8 --exit-zero bda cof gestioncof kfet petitscours provisioning shared utils + - flake8 --exit-zero bda cof events gestioncof kfet petitscours provisioning shared utils cache: key: linters paths: