ordering
All checks were successful
Actions / Lint Code (Ruff, MyPy, & Pylint) (push) Successful in 15s
All checks were successful
Actions / Lint Code (Ruff, MyPy, & Pylint) (push) Successful in 15s
This commit is contained in:
parent
4a8c750cbe
commit
e84f1af036
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ jobs:
|
||||||
run: ruff check $(git ls-files '*.py')
|
run: ruff check $(git ls-files '*.py')
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Analysing code with Pylint
|
|
||||||
run: pylint --rcfile=.gitea/workflows/config/.pylintrc $(git ls-files '*.py')
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Analysing code with MyPy
|
- name: Analysing code with MyPy
|
||||||
run: mypy $(git ls-files '*.py')
|
run: mypy $(git ls-files '*.py')
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
|
- name: Analysing code with Pylint
|
||||||
|
run: pylint --rcfile=.gitea/workflows/config/.pylintrc $(git ls-files '*.py')
|
||||||
|
continue-on-error: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue