From 7b29763230e47294bd1fa9b5e561fd1a2c0842d5 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 20 Feb 2026 05:21:59 +0100 Subject: [PATCH] feat: Add yaml schema pre-commit check to patches --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fbd232..3f17259 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: