mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-28 03:18:46 +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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
pylint $(git ls-files '*.py')
|
# pylint $(git ls-files '*.py')
|
||||||
|
pylint podman_compose.py
|
||||||
|
Loading…
Reference in New Issue
Block a user