Update .gitea/workflows/lint.yaml
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 3s
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 3s
This commit is contained in:
parent
d81e58d9d9
commit
7d32076787
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Analysing code with Ruff
|
||||
run: ./.venv/bin/ruff check $(git ls-files '*.py')
|
||||
run: ruff check $(git ls-files '*.py')
|
||||
continue-on-error: true
|
||||
|
||||
- name: Analysing code with Pylint
|
||||
run: ./.venv/bin/pylint --rcfile=.forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
|
||||
run: pylint --rcfile=.forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
|
Loading…
Reference in a new issue