Compare commits
3 Commits
192aee52f0
...
a896fbe38a
Author | SHA1 | Date | |
---|---|---|---|
a896fbe38a | |||
590e0941bf | |||
29e597c815 |
@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
uv run pylint --fail-under=8 --recursive=yes --output-format=parseable --output=lintreport.txt app/ tests/
|
uv run pylint --fail-under=8 --recursive=yes --output-format=parseable app/ tests/ # --output=lintreport.txt
|
||||||
cat lintreport.txt
|
cat lintreport.txt
|
||||||
|
|
||||||
- name: Unit Test
|
- name: Unit Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user