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