Skip to content

Commit

Permalink
Merge pull request #42 from trussworks/rpd-jsonschema
Browse files Browse the repository at this point in the history
Add check-jsonschema hooks
  • Loading branch information
rpdelaney authored Jun 21, 2023
2 parents 0301790 + d8c1431 commit 23ba231
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ repos:
rev: v0.33.0
hooks:
- id: markdownlint

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.2
hooks:
- id: check-github-actions
name: validate github actions
- id: check-github-workflows
name: validate github workflows
- id: check-renovate
name: validate renovate config

0 comments on commit 23ba231

Please sign in to comment.