Mise à jour de 'pylint.yml'
This commit is contained in:
parent
96e13b9cd6
commit
3f2f1ff323
@ -15,7 +15,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip install pylint
|
pip install pylint
|
||||||
pip install pylint-fail-under
|
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: find . -type f -name "*.py" | xargs pylint
|
run: find . -type f -name "*.py" | xargs pylint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user