Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add pre-commit hook to validate JSON files #77

Merged
merged 2 commits into from
Jan 3, 2024
Merged

Conversation

kelly-sovacool
Copy link
Member

@kelly-sovacool kelly-sovacool commented Jan 3, 2024

Changes

Uses the built-in check-json hook to validate JSON files. It will catch errors such as missing commas, mismatched curly braces, etc.

Issues

Resolves #75

PR Checklist

(Strikethrough any points that are not applicable.)

  • This comment contains a description of changes with justifications, with any relevant issues linked.
  • [ ] Update docs if there are any API changes.
  • [ ] Update CHANGELOG.md with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/ This PR does not contain user-facing changes.

@kopardev kopardev added the RENEE RepoName label Jan 3, 2024
@slsevilla slsevilla merged commit 21cba43 into main Jan 3, 2024
1 of 2 checks passed
@kelly-sovacool kelly-sovacool deleted the iss-75 branch January 10, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RENEE RepoName
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add pre-commit hook to validate JSON files
3 participants