From a089bbbf78e2e06701f7512403b1325d01b82b24 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 11 Feb 2024 19:09:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A=20Print=20env=20variables?= 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 3013d98..2031a61 100644 --- a/backend/.woodpecker/.lint.yaml +++ b/backend/.woodpecker/.lint.yaml @@ -9,6 +9,7 @@ steps: failure: ignore secrets: ["reviewdog_gitea_api_token", "gitea_address"] commands: | + env wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest pip install ruff ruff --output-format sarif . | ./bin/reviewdog -f=sarif -reporter=gitea-pr-review -tee