mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-28 19:16:16 +00:00
Fix workflow, I think
This commit is contained in:
parent
de2d72e5de
commit
a16c1b2da9
3 changed files with 254 additions and 3 deletions
5
.github/workflows/pylint.yml
vendored
5
.github/workflows/pylint.yml
vendored
|
@ -17,7 +17,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
pip install poetry
|
||||
python -m poetry install
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py')
|
||||
python -m poetry run -m pylint $(git ls-files '*.py')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue