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