This commit is contained in:
@@ -11,6 +11,7 @@ steps:
|
|||||||
commands: |
|
commands: |
|
||||||
cd backend
|
cd backend
|
||||||
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
|
||||||
|
apk add gcc
|
||||||
pip install poetry
|
pip install poetry
|
||||||
poetry install --with=linters
|
poetry install --with=linters
|
||||||
ruff --output-format sarif . | ./bin/reviewdog -f sarif -reporter gitea-pr-review
|
ruff --output-format sarif . | ./bin/reviewdog -f sarif -reporter gitea-pr-review
|
||||||
|
Reference in New Issue
Block a user