Mise à jour de 'linting/pylint.yml'

This commit is contained in:
d3vyce 2023-04-05 22:22:47 +02:00
parent 4a8cc64af3
commit 4585814899

View File

@ -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