mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 17:00:50 +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: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
pip install tqdm
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py')
|
||||
|
||||
Reference in New Issue
Block a user