Compare commits
No commits in common. "c99b6efafb1182928cece2a9517887213d10433a" and "b4ffd213ddc59e1a759ccd0e449cec75456461fe" have entirely different histories.
c99b6efafb
...
b4ffd213dd
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ jobs:
|
||||||
|
|
||||||
- name: Analysing code with Ruff
|
- name: Analysing code with Ruff
|
||||||
run: ruff check $(git ls-files '*.py')
|
run: ruff check $(git ls-files '*.py')
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Analysing code with Pylint
|
- name: Analysing code with Pylint
|
||||||
run: pylint --rcfile=.forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
|
run: pylint --rcfile=.forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
|
||||||
|
|
Loading…
Add table
Reference in a new issue