updated yamllint to 1.0.88

This commit is contained in:
Bastian de Byl
2023-07-24 15:29:49 -04:00
parent fd408f1e82
commit 89600fd08e

View File

@@ -5,10 +5,10 @@ name: default
steps:
- name: lint
image: docker.io/bdebyl/yamllint:1.0.87
image: docker.io/bdebyl/yamllint:1.0.88
pull: always
command:
- ansible/
commands:
- yamllint ansible/
trigger:
event:
@@ -16,6 +16,6 @@ trigger:
- pull_request
---
kind: signature
hmac: 9513e0026cb3c7468b184164e008f6a0c2065c62e78aeb035c87ae09a77e082a
hmac: 92b44bfb500ce873eb00d47a1c0c317bdad75374081f5fe34d8c35031dd685e6
...