fix(repo): hopefully fixed pylint.yml workflow

This commit is contained in:
Seaswimmer 2023-09-22 19:36:10 -04:00
parent f20ec50cdc
commit ebc014d285
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -22,5 +22,5 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
pip install -U Red-DiscordBot pytimeparse2 yt-dlp
- name: Analysing the code with pylint
- name: Analysing the code with Pylint
run: pylint $(git ls-files '*.py')