Fix workflow, I think

This commit is contained in:
Michał Gdula 2023-03-04 21:15:53 +00:00
parent de2d72e5de
commit a16c1b2da9
3 changed files with 254 additions and 3 deletions

View file

@ -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')