Mise à jour de 'linting/pylint.yml'
This commit is contained in:
parent
4a8cc64af3
commit
4585814899
@ -13,6 +13,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: find . -type f -name "*.py" | xargs pylint
|
||||
|
Loading…
x
Reference in New Issue
Block a user