From 29f1fecc88fc95e8be85fd1c848f41592d458ebc Mon Sep 17 00:00:00 2001 From: fab Date: Fri, 6 Dec 2024 17:27:45 +0100 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index bb5d5bc..4870228 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,7 +1,5 @@ name: Pylint - on: [push] - jobs: build: runs-on: ubuntu-latest @@ -18,6 +16,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pylint + pip install -r requirements.txt - name: Analysing the code with pylint run: | - pylint $(git ls-files '**/lxc_autoscale.py') + pylint $(git ls-files '*.py')