WIP Add CI #1

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

View File

@@ -10,7 +10,8 @@ steps:
python3 -m venv local
cd ./local
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
source ./bin/activate
cd -
source ./local/bin/activate
pip install poetry
poetry install --only=linters --no-root