fix(actions): whoops
Some checks failed
Pylint / Pylint (push) Failing after 44s

This commit is contained in:
SeaswimmerTheFsh 2023-09-24 08:41:10 -04:00
parent b87586cfd1
commit 0a98f594d7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 5019678FD9CF50D8

View file

@ -20,6 +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 env use 3.11
/root/.local/bin/poetry shell
pylint $(git ls-files '*.py')