From f4c05d61357261529133b5251f812cb833553116 Mon Sep 17 00:00:00 2001 From: Arne Boockmeyer Date: Fri, 21 Jun 2024 15:59:38 +0200 Subject: [PATCH] Fix CI-job --- .github/workflows/package-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-test.yml b/.github/workflows/package-test.yml index c11a11c..2d98a99 100644 --- a/.github/workflows/package-test.yml +++ b/.github/workflows/package-test.yml @@ -23,9 +23,9 @@ jobs: - name: check import order with isort run: | poetry run isort -c . - - name: Lint with pylint --fail-under 8.5 + - name: Lint with pylint run: | - poetry run pylint railwayroutegenerator + poetry run pylint railwayroutegenerator --fail-under 8.5 build: runs-on: ubuntu-latest