🚧 Add dummy commit
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful

This commit is contained in:
2024-02-13 23:05:45 +01:00
parent 30020d17cc
commit f1cafc7484

View File

@@ -7,6 +7,7 @@ steps:
- name: prepare - name: prepare
image: python:3.12-alpine image: python:3.12-alpine
commands: | commands: |
echo "Prepare linters environment"
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
pip install poetry pip install poetry
cd backend cd backend