Skip to content

Commit

Permalink
Add pre-commit hook to validate CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Dec 7, 2023
1 parent 28090d1 commit 837558c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ repos:
hooks:
- id: prettier
types_or: [yaml]
- repo: https://github.com/citation-file-format/cffconvert
rev: "054bda51dbe278b3e86f27c890e3f3ac877d616c"
hooks:
- id: "validate-cff"
args:
- "--verbose"

0 comments on commit 837558c

Please sign in to comment.