Skip to content

Commit 1c4b285

Browse files
committed
Add pre-commit hook to validate CITATION.cff
1 parent 39f51e4 commit 1c4b285

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ repos:
6969
- id: codespell
7070
args: [--ignore-words, .codespell_ignore.txt]
7171
exclude: \.svg$
72+
- repo: https://github.com/citation-file-format/cffconvert
73+
rev: b6045d78aac9e02b039703b030588d54d53262ac
74+
hooks:
75+
- id: validate-cff

0 commit comments

Comments
 (0)