feat: Add yaml schema pre-commit check to patches

This commit is contained in:
2026-02-20 05:21:59 +01:00
parent 95de53206e
commit 7b29763230

View File

@@ -12,6 +12,12 @@ repos:
- id: check-merge-conflict
- id: check-executables-have-shebangs
- repo: https://github.com/jmlrt/check-yamlschema
rev: v0.0.7
hooks:
- id: check-yamlschema
files: ^patches/.*\.yaml$
- repo: https://github.com/crate-ci/typos
rev: v1.40.0
hooks: