Skip to content

Commit

Permalink
Merge pull request #77 from CCBR/iss-75
Browse files Browse the repository at this point in the history
chore: add pre-commit hook to validate JSON files
  • Loading branch information
slsevilla authored Jan 3, 2024
2 parents 75e8a04 + 26cd8cd commit 21cba43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ repos:
- id: check-added-large-files
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-json
# spell check
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
Expand Down

0 comments on commit 21cba43

Please sign in to comment.