From f1cafc7484f2e2f669c91e646b7a67c8c648fdbb Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 13 Feb 2024 23:05:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Add=20dummy=20commit?= 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 a894a16..954af8c 100644 --- a/backend/.woodpecker/.lint.yaml +++ b/backend/.woodpecker/.lint.yaml @@ -7,6 +7,7 @@ steps: - name: prepare image: python:3.12-alpine commands: | + echo "Prepare linters environment" wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest pip install poetry cd backend