add pylint

This commit is contained in:
Muayyad alsadi 2022-02-25 21:42:32 +03:00
parent b7eac1e898
commit 59c9a69689

View File

@ -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