fix(yaml_lint): scan all

!21
This commit is contained in:
2023-05-14 13:12:19 +09:30
parent 0d59871a1a
commit 52c6ceda83

View File

@ -1,7 +1,7 @@
.yaml_lint_defaults:
variables:
YAML_LINT_PATH: "/*.yml"
YAML_LINT_PATH: "."
YAML_LINT_CONFIG: "/yaml_lint/.yamllint.yaml"
YAML_LINT_EXTRA_ARGS: '-d "{ extends: $ROOT_DIR/yaml_lint/.yamllint.yaml, ignore: [gitlab-ci/*] }"'
stage: validation