WIP Add CI #1

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

View File

@@ -1,12 +1,12 @@
# when:
# - event: pull_request
# branch:
# exclude: [master, release/*]
when:
- event: pull_request
branch:
exclude: [master, release/*]
steps:
- name: prepare
image: python:3.12-alpine
command: |
commands: |
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
pip install poetry
cd backend