CI: Enforce yamllint in pre-commit
[releng/global-jjb.git] / .pre-commit-config.yaml
index f634d60..4ab5eb4 100644 (file)
@@ -20,6 +20,11 @@ repos:
     hooks:
       - id: gitlint
 
+  - repo: https://github.com/adrienverge/yamllint.git
+    rev: v1.26.1
+    hooks:
+      - id: yamllint
+
   - repo: https://github.com/jumanjihouse/pre-commit-hooks
     rev: 2.1.5
     hooks: