misc(workflow): simplifying the workflow now that deps are installed in the container
This commit is contained in:
parent
fcf369387c
commit
c0f076add0
1 changed files with 1 additions and 2 deletions
|
@ -54,5 +54,4 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Analysing the code with Pylint
|
- name: Analysing the code with Pylint
|
||||||
run: |
|
run: |
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
pylint --rcfile .forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
|
||||||
poetry run pylint --rcfile .forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
|
|
||||||
|
|
Loading…
Reference in a new issue