Skip to content

Commit 3e279b0

Browse files
committed
chore: add pre-commit check for GitHub workflow
1 parent fc2bf95 commit 3e279b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ repos:
4949
- id: ggshield
5050
language_version: python3
5151
stages: [commit]
52+
53+
- repo: https://github.com/python-jsonschema/check-jsonschema
54+
rev: 0.19.0
55+
hooks:
56+
- id: check-github-workflows

0 commit comments

Comments
 (0)