misc(workflow): simplifying the workflow now that deps are installed in the container
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 23s
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 23s
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
|
||||
- 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')
|
||||
|
|
Loading…
Reference in a new issue