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

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
1 changed files with 3 additions and 3 deletions

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"