feat: patch registry + wiring for per-package patching #103

Merged
pat-s merged 12 commits from t3code/patch-packages-before-build into main 2026-06-30 08:50:20 +00:00
Showing only changes of commit 912423f9d4 - Show all commits

ci(patches): validate patch registry in pre-commit

Patrick Schratz 2026-06-30 08:52:18 +02:00
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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