From 52cf05c90465a97668c243e0d42b9d39e87d1d5e Mon Sep 17 00:00:00 2001 From: Rob <5183487+Rexeh@users.noreply.github.com> Date: Sat, 18 Nov 2023 12:01:31 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88cc247..46dfd5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,7 @@ jobs: python -m pip install --upgrade pip python -m pip install poetry poetry install + poetry add pylint-exit - name: Analysing the code with pylint run: | - make lint - make unit-test - make fmt + poetry run pylint --rcfile pyproject.toml src/ tests/ | pylint-exit $?