ci(patches): validate patch registry in pre-commit
This commit is contained in:
parent
7e382c7941
commit
912423f9d4
1 changed files with 6 additions and 0 deletions
|
|
@ -43,3 +43,9 @@ repos:
|
||||||
entry: YAML filenames must have .yaml extension.
|
entry: YAML filenames must have .yaml extension.
|
||||||
language: fail
|
language: fail
|
||||||
files: .yml$
|
files: .yml$
|
||||||
|
- id: validate-patches
|
||||||
|
name: validate patch registry
|
||||||
|
entry: Rscript local/validate-patches.R
|
||||||
|
language: system
|
||||||
|
files: ^local/patches/
|
||||||
|
pass_filenames: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue