🚧 Fix eviewdog path
This commit is contained in:
@@ -10,7 +10,7 @@ steps:
|
|||||||
commands: |
|
commands: |
|
||||||
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
||||||
pip install ruff
|
pip install ruff
|
||||||
ruff --output-format sarif . | eviewdog -f=sarif -reporter=gitea-pr-review -tee
|
ruff --output-format sarif . | ./bin/eviewdog -f=sarif -reporter=gitea-pr-review -tee
|
||||||
|
|
||||||
- name: mypy
|
- name: mypy
|
||||||
image: python:3.12-alpine
|
image: python:3.12-alpine
|
||||||
@@ -18,4 +18,4 @@ steps:
|
|||||||
commands: |
|
commands: |
|
||||||
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
|
||||||
pip install mypy
|
pip install mypy
|
||||||
mypy . | eviewdog -f=mypy -reporter=gitea-pr-review -tee
|
mypy . | ./bin/eviewdog -f=mypy -reporter=gitea-pr-review -tee
|
||||||
|
Reference in New Issue
Block a user