WIP Add CI #1

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

View File

@@ -11,6 +11,7 @@ steps:
commands: |
cd backend
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
apk add gcc
pip install poetry
poetry install --with=linters
ruff --output-format sarif . | ./bin/reviewdog -f sarif -reporter gitea-pr-review