🚧 Comment temporary the backend linter when conditions

This commit is contained in:
2024-02-13 22:56:45 +01:00
parent fe67cd0d98
commit 85bdf2656c

View File

@@ -1,14 +1,13 @@
when: # when:
- event: pull_request # - event: pull_request
branch: # branch:
exclude: [master, release/*] # exclude: [master, release/*]
steps: steps:
- name: prepare - name: prepare
image: python:3.12-alpine image: python:3.12-alpine
command: | command: |
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s latest
echo "test"
pip install poetry pip install poetry
cd backend cd backend
poetry install --only=linters --no-root poetry install --only=linters --no-root