This commit is contained in:
Michał 2023-03-04 21:24:43 +00:00
parent b4ee8dfe7f
commit c98a524c08

View file

@ -20,4 +20,4 @@ jobs:
python -m poetry install
- name: Analysing the code with pylint
run: |
poetry run -m pylint $(git ls-files '*.py')
poetry run python3 -m pylint $(git ls-files '*.py')