Fixed workflow
This commit is contained in:
parent
380ff808e6
commit
c04142c2bd
1 changed files with 0 additions and 3 deletions
|
@ -15,7 +15,6 @@ jobs:
|
|||
|
||||
- name: Analysing code
|
||||
run: ruff check $(git ls-files '*.py')
|
||||
continue-on-error: true
|
||||
|
||||
MyPy:
|
||||
runs-on: docker
|
||||
|
@ -29,7 +28,6 @@ jobs:
|
|||
|
||||
- name: Analysing code
|
||||
run: mypy $(git ls-files '*.py')
|
||||
continue-on-error: true
|
||||
|
||||
Pylint:
|
||||
runs-on: docker
|
||||
|
@ -43,4 +41,3 @@ jobs:
|
|||
|
||||
- name: Analysing code
|
||||
run: pylint --rcfile=.gitea/workflows/config/.pylintrc $(git ls-files '*.py')
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Reference in a new issue