fix(repo): hopefully fixed pylint.yml workflow
This commit is contained in:
parent
f20ec50cdc
commit
ebc014d285
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pylint
|
pip install pylint
|
||||||
pip install -U Red-DiscordBot pytimeparse2 yt-dlp
|
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')
|
run: pylint $(git ls-files '*.py')
|
||||||
|
|
Loading…
Reference in a new issue