Skip to content

Commit

Permalink
Add check-jsonschema hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdelaney committed Jun 21, 2023
1 parent df55001 commit d8c1431
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 d8c1431

Please sign in to comment.