From c94647981df7b8d4a1dfbbbcc712fbf6675c5e12 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 3 Feb 2024 22:39:58 +0100 Subject: [PATCH] ci: fix syntax issues --- .woodpecker/lint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index f2ad5dc..ca4facd 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -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"