pylint fix

fixed pylint to install python_dotenv instead of dotenv
This commit is contained in:
SeaswimmerTheFsh 2023-06-19 17:03:52 -04:00
parent 1044a1719e
commit 247c94852f

View file

@ -19,6 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
pip install revolt.py
pip install python-dotenv
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')