Update pylint.yml with discord and pytest dependencies

This commit is contained in:
Marc Di Luzio 2024-08-09 23:36:48 +01:00 committed by GitHub
parent f7b65a6bd4
commit 5dba9f6d3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint discord pytest
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')