WIP Add CI #1

Open
Adrien wants to merge 39 commits from init-ci into develop
3 changed files with 67 additions and 10 deletions
Showing only changes of commit 529315bf50 - Show all commits

View File

@@ -22,6 +22,7 @@ steps:
commands: |
cd backend
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
touch .reviewdog.yml
pip install poetry 2>&1 > /dev/null
poetry install --only=linters --no-root 2>&1 > /dev/null
poetry run mypy --no-incremental . | ./bin/reviewdog -f mypy -reporter gitea-pr-review -log-level debug
poetry run mypy --no-incremental . | ./bin/reviewdog -f mypy -reporter gitea-pr-review -filter-mode nofilter -log-level debug