fix(actions): happy now?
Some checks reported warnings
Pylint / Pylint (push) Has been cancelled

This commit is contained in:
Seaswimmer 2023-09-24 08:40:52 -04:00
parent 5615fe341f
commit b87586cfd1
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -20,5 +20,6 @@ jobs:
run: /root/.local/bin/poetry install --with dev
- name: Analysing the code with Pylint
run: |
poetry env use 3.11
/root/.local/bin/poetry shell
pylint $(git ls-files '*.py')