Skip to content

Commit

Permalink
add pre-commit check for CITATION.cff validation
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Dec 5, 2024
1 parent 86857b3 commit e82bf82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ repos:
.bumpversion.cfg
)$
pass_filenames: false

- repo: https://github.com/citation-file-format/cffconvert
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
hooks:
- id: validate-cff

0 comments on commit e82bf82

Please sign in to comment.