From fe67cd0d983cdc4d1011a018deadd2acd85ae328 Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 13 Feb 2024 22:36:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=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 531a197..7fd56f5 100644 --- a/backend/.woodpecker/.lint.yaml +++ b/backend/.woodpecker/.lint.yaml @@ -8,6 +8,7 @@ steps: image: python:3.12-alpine command: | wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest + echo "test" pip install poetry cd backend poetry install --only=linters --no-root