Skip to content

Commit

Permalink
Fix CI-job
Browse files Browse the repository at this point in the history
  • Loading branch information
arneboockmeyer committed Jun 21, 2024
1 parent 64b4e0c commit f4c05d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4c05d6

Please sign in to comment.