From 2d9d7c51b50df23f7066993de89089a0a6aafd62 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 11 Feb 2024 19:52:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Add=20gcc=20to=20the=20CI=20imag?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.woodpecker/.lint.yaml | 1 + 1 file changed, 1 insertion(+) 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