ci: fix syntax issues
This commit is contained in:
parent
b24679136b
commit
c94647981d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user