We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b9532 commit e87648eCopy full SHA for e87648e
1 file changed
.pre-commit-config.yaml
@@ -11,3 +11,8 @@ repos:
11
rev: v2.6.0
12
hooks:
13
- id: prettier
14
+ - repo: https://github.com/python-jsonschema/check-jsonschema
15
+ rev: 0.33.1
16
+ hooks:
17
+ - id: check-github-workflows
18
+ args: [ "--verbose" ]
0 commit comments