WIP Add CI #1

Open
Adrien wants to merge 39 commits from init-ci into develop
4 changed files with 69 additions and 11 deletions
Showing only changes of commit fe67cd0d98 - Show all commits

View File

@@ -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