Mise à jour de 'linting/pylint.yml'
This commit is contained in:
parent
4a8cc64af3
commit
4585814899
@ -13,6 +13,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
pip install -r requirements.txt
|
||||||
pip install pylint
|
pip install pylint
|
||||||
- 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