ci: fix syntax issues
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-02-03 22:39:58 +01:00
parent b24679136b
commit c94647981d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -11,7 +11,7 @@ steps:
commands:
- ansible-later
environment:
FORCE_COLOR: 1
FORCE_COLOR: "1"
- name: python-format
image: docker.io/python:3.12
@ -19,7 +19,7 @@ steps:
- pip install -qq ruff
- ruff format --check --diff .
environment:
PY_COLORS: 1
PY_COLORS: "1"
- name: python-lint
image: docker.io/python:3.12
@ -27,4 +27,4 @@ steps:
- pip install -qq ruff
- ruff .
environment:
PY_COLORS: 1
PY_COLORS: "1"