From f8fe48134fba1b4dfa8e408d0755d37bbb7b992d Mon Sep 17 00:00:00 2001 From: Cedric Verstege <cedric.verstege@cern.ch> Date: Thu, 27 Mar 2025 16:08:24 +0100 Subject: [PATCH] paths --- ci-configs/case-1-lint/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-configs/case-1-lint/lint.yml b/ci-configs/case-1-lint/lint.yml index b168310..d1b42eb 100644 --- a/ci-configs/case-1-lint/lint.yml +++ b/ci-configs/case-1-lint/lint.yml @@ -3,5 +3,5 @@ lint: image: python:3.11 script: - pip install flake8 black - - flake8 ./case-1-lint/incorrect_path/ - - black --check ./case-1-lint/incorrect_path/ \ No newline at end of file + - flake8 ./case-1-lint/ + - black --check ./case-1-lint/ \ No newline at end of file -- GitLab