add --list-files and specify config file for yamllint in ci

This commit is contained in:
Bastian de Byl
2023-07-24 15:32:21 -04:00
parent 89600fd08e
commit 7eef92086d

View File

@@ -8,7 +8,7 @@ steps:
image: docker.io/bdebyl/yamllint:1.0.88 image: docker.io/bdebyl/yamllint:1.0.88
pull: always pull: always
commands: commands:
- yamllint ansible/ - yamllint -c .yamllint.yml --list-files ansible/
trigger: trigger:
event: event:
@@ -16,6 +16,6 @@ trigger:
- pull_request - pull_request
--- ---
kind: signature kind: signature
hmac: 92b44bfb500ce873eb00d47a1c0c317bdad75374081f5fe34d8c35031dd685e6 hmac: a46331cb776bdedaf3584f833730a81fe16cf429880fe3480f8a4412247cf006
... ...