From 59c9a69689106109ba53034bc12b0c65702e245e Mon Sep 17 00:00:00 2001 From: Muayyad alsadi Date: Fri, 25 Feb 2022 21:42:32 +0300 Subject: [PATCH] add pylint --- .github/workflows/pylint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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