misc(workflow): simplifying the workflow now that deps are installed in the container

This commit is contained in:
Seaswimmer 2024-01-07 12:17:40 +00:00
parent fcf369387c
commit c0f076add0
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -54,5 +54,4 @@ jobs:
continue-on-error: true
- name: Analysing the code with Pylint
run: |
export PATH="$HOME/.local/bin:$PATH"
poetry run pylint --rcfile .forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
pylint --rcfile .forgejo/workflows/config/.pylintrc $(git ls-files '*.py')