Compare commits
2 commits
01c78d6e5b
...
e02a97f689
Author | SHA1 | Date | |
---|---|---|---|
e02a97f689 | |||
fbb31dc0d4 |
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ jobs:
|
|||
|
||||
- name: Analysing code with Ruff
|
||||
run: ruff check $(git ls-files '*.py')
|
||||
continue-on-error: true
|
||||
|
||||
- name: Analysing code with Pylint
|
||||
run: pylint --rcfile=.forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
|
||||
|
|
Loading…
Add table
Reference in a new issue