Skip to content

Commit

Permalink
ENH: Update pre-commit to validate github-workflows and dependabot files
Browse files Browse the repository at this point in the history
This commit enables the "check-github-workflows" and "check-dependabot".

See https://check-jsonschema.readthedocs.io/en/stable/precommit_usage.html
  • Loading branch information
jcfr committed Mar 20, 2024
1 parent 605c5a9 commit d52e09a
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 @@ -34,3 +34,9 @@ repos:
hooks:
- id: prettier
types_or: [yaml]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.28.0"
hooks:
- id: check-dependabot
- id: check-github-workflows

0 comments on commit d52e09a

Please sign in to comment.