🚧 Add gcc to the CI image
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful

This commit is contained in:
2024-02-11 19:52:34 +01:00
parent 63cdbcb46e
commit 2d9d7c51b5

View File

@@ -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