Skip to content
Snippets Groups Projects
Commit 2a9be8d5 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Add YAML linter check using yamllint

parent 5d22f5d8
No related branches found
No related tags found
1 merge request!25Tests
Pipeline #12796 passed with warnings
......@@ -11,3 +11,8 @@ dockerfiles:
- hadolint deploy/dev/Dockerfile || RET=1
- exit $RET
allow_failure: yes
yamllint:
image: sdesbure/yamllint
script: "yamllint $(find . \\( -name '*.yml' -o -name '*.yaml' \\))"
allow_failure: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment