WIP Add CI #1

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

View File

@@ -9,6 +9,7 @@ steps:
failure: ignore
secrets: ["reviewdog_gitea_api_token", "gitea_address"]
commands: |
env
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
pip install ruff
ruff --output-format sarif . | ./bin/reviewdog -f=sarif -reporter=gitea-pr-review -tee