mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-11 19:18:28 +02:00
add pylint
This commit is contained in:
parent
b7eac1e898
commit
59c9a69689
4
.github/workflows/pylint.yml
vendored
4
.github/workflows/pylint.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user