diff --git a/backend/.woodpecker/.lint.yaml b/backend/.woodpecker/.lint.yaml index fbc15a1..e9260ef 100644 --- a/backend/.woodpecker/.lint.yaml +++ b/backend/.woodpecker/.lint.yaml @@ -11,6 +11,7 @@ steps: commands: | cd backend wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest + apk add gcc pip install poetry poetry install --with=linters ruff --output-format sarif . | ./bin/reviewdog -f sarif -reporter gitea-pr-review