Skip to content

Commit eed074c

Browse files
committed
CI: Update pre-commit settings to validate github-workflows and dependabot files
This commit enables the "check-github-workflows" and "check-dependabot" See https://check-jsonschema.readthedocs.io/en/stable/precommit_usage.html
1 parent 553c045 commit eed074c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ repos:
2424
hooks:
2525
- id: forbid-tabs
2626
- id: remove-tabs
27+
28+
- repo: https://github.com/python-jsonschema/check-jsonschema
29+
rev: "0.28.0"
30+
hooks:
31+
- id: check-dependabot
32+
- id: check-github-workflows

0 commit comments

Comments
 (0)