From 8a03718faa270a40317ee51a971e265bf809b741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Bla=C3=9F?= Date: Thu, 6 Jun 2024 20:33:30 +0200 Subject: [PATCH] wip --- .github/workflows/pylint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7037d1c..1c1d97a 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -4,10 +4,10 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" - uses: snok/install-poetry@v1 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: poetry install --with=development - - run: poetry run pylint src/apollon --persistent n + - run: poetry run -- pylint --persistent n --jobs 0 src/apollon