WIP Add CI #1

Open
Adrien wants to merge 39 commits from init-ci into develop
Showing only changes of commit ff808e7c8f - Show all commits

View File

@@ -5,5 +5,5 @@ steps:
- pip install ruff
- ruff . --format github
when:
- event: pull_request
path: 'backend/**'
- branch:
exclude: [master, develop, release/*]