mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
Update pylint.yml
Cheat installing tqdm to silence an error for now
This commit is contained in:
1
.github/workflows/pylint.yml
vendored
1
.github/workflows/pylint.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pylint
|
pip install pylint
|
||||||
|
pip install tqdm
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
pylint $(git ls-files '*.py')
|
pylint $(git ls-files '*.py')
|
||||||
|
|||||||
Reference in New Issue
Block a user