ci(yaml_lint): update to python 11
This commit is contained in:
@ -100,13 +100,13 @@ PyLint:
|
|||||||
image: python:3.6-slim
|
image: python:3.6-slim
|
||||||
|
|
||||||
|
|
||||||
gilab-ci.yml Lint (python 3.6):
|
gilab-ci.yml Lint (python 3.11):
|
||||||
variables:
|
variables:
|
||||||
YAML_LINT_PATH: ".gitlab-ci* ./**/.gitlab-ci*"
|
YAML_LINT_PATH: ".gitlab-ci* ./**/.gitlab-ci*"
|
||||||
YAML_LINT_EXTRA_ARGS: "{ extends: yaml_lint/.yamllint.yaml, ignore: [website-template/*] }"
|
YAML_LINT_EXTRA_ARGS: "{ extends: yaml_lint/.yamllint.yaml, ignore: [website-template/*] }"
|
||||||
extends:
|
extends:
|
||||||
- .yaml_lint_defaults
|
- .yaml_lint_defaults
|
||||||
image: python:3.6-slim
|
image: python:3.11-slim
|
||||||
|
|
||||||
|
|
||||||
Markdown Linting:
|
Markdown Linting:
|
||||||
|
Reference in New Issue
Block a user