We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2bf95 commit 3e279b0Copy full SHA for 3e279b0
.pre-commit-config.yaml
@@ -49,3 +49,8 @@ repos:
49
- id: ggshield
50
language_version: python3
51
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