Skip to content

Commit

Permalink
CI: Update pre-commit settings to validate github-workflows and depen…
Browse files Browse the repository at this point in the history
…dabot files

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 19, 2024
1 parent 553c045 commit eed074c
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 @@ -24,3 +24,9 @@ repos:
hooks:
- id: forbid-tabs
- id: remove-tabs

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

0 comments on commit eed074c

Please sign in to comment.