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 a3156e6 commit 64c0730Copy full SHA for 64c0730
.pre-commit-config.yaml
@@ -1,3 +1,6 @@
1
+ci:
2
+ skip: [check-jsonschema]
3
+
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
rev: v4.1.0
@@ -48,3 +51,12 @@ repos:
48
51
rev: v8.12.0
49
52
hooks:
50
53
- id: eslint
54
55
+ - repo: https://github.com/sirosen/check-jsonschema
56
+ rev: 0.14.1
57
+ hooks:
58
+ - id: check-jsonschema
59
+ name: "Check GitHub Workflows"
60
+ files: ^\.github/workflows/
61
+ types: [yaml]
62
+ args: ["--schemafile", "https://json.schemastore.org/github-workflow"]
0 commit comments