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 f1cafc7484 - Show all commits

View File

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