🚧 First reviewdog try
This commit is contained in:
@@ -7,13 +7,14 @@ steps:
|
|||||||
- name: ruff
|
- name: ruff
|
||||||
image: python:3.12-alpine
|
image: python:3.12-alpine
|
||||||
failure: ignore
|
failure: ignore
|
||||||
commands:
|
commands: |
|
||||||
- pip install ruff
|
pip install ruff
|
||||||
- ruff --output-format github .
|
ruff --output-format diff .
|
||||||
|
|
||||||
- name: mypy
|
- name: mypy
|
||||||
image: python:3.12-alpine
|
image: python:3.12-alpine
|
||||||
failure: ignore
|
failure: ignore
|
||||||
commands: |
|
commands: |
|
||||||
|
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s [vX.Y.Z]
|
||||||
pip install mypy
|
pip install mypy
|
||||||
mypy .
|
mypy . | eviewdog -f=mypy -reporter=gitea-pr-review -tee
|
||||||
|
Reference in New Issue
Block a user