Skip to content

Commit 2f1bf7c

Browse files
committed
Add check-jsonschema to lint YAML and actionlint for GitHub Actions
1 parent 1b90d93 commit 2f1bf7c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ repos:
2121
- id: end-of-file-fixer
2222
- id: trailing-whitespace
2323

24+
- repo: https://github.com/python-jsonschema/check-jsonschema
25+
rev: 0.28.2
26+
hooks:
27+
- id: check-dependabot
28+
- id: check-github-workflows
29+
30+
- repo: https://github.com/rhysd/actionlint
31+
rev: v1.6.27
32+
hooks:
33+
- id: actionlint
34+
2435
- repo: https://github.com/tox-dev/pyproject-fmt
2536
rev: 1.8.0
2637
hooks:

0 commit comments

Comments
 (0)