From 912423f9d41ee95ea22e8906aad6c39827202330 Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 30 Jun 2026 08:52:18 +0200 Subject: [PATCH] ci(patches): validate patch registry in pre-commit --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05b89fe..9d9d77e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,3 +43,9 @@ repos: entry: YAML filenames must have .yaml extension. language: fail files: .yml$ + - id: validate-patches + name: validate patch registry + entry: Rscript local/validate-patches.R + language: system + files: ^local/patches/ + pass_filenames: false