From 060e5df43e0277702569ff630b21bdf5fc3f9d04 Mon Sep 17 00:00:00 2001 From: "Boyan K." Date: Mon, 2 Dec 2024 18:03:53 +0100 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c73e032..3c63653 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} @@ -18,6 +18,8 @@ jobs: run: | python -m pip install --upgrade pip pip install pylint - - name: Analysing the code with pylint + pip install . + - name: Analyzing the code with pylint run: | - pylint $(git ls-files '*.py') + pylint temmies +