WIP Add CI #1

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

View File

@@ -8,10 +8,10 @@ steps:
image: python:3.12-alpine
commands: |
python3 -m venv local
source ./local/bin/activate
export PATH="./local/bin:${PATH}"
cd ./local
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
export PATH="${PWD}/local/bin:${PATH}"
source ./local/bin/activate
pip install poetry
poetry install --only=linters --no-root