diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7b555fe..4a52896 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + if [ -f requirements.txt ]; then pip install -r requirements.txt; fi pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') + # pylint $(git ls-files '*.py') + pylint podman_compose.py