Skip to content

Commit 64c0730

Browse files
authored
Skip jsonschema in CI (#766)
1 parent a3156e6 commit 64c0730

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ci:
2+
skip: [check-jsonschema]
3+
14
repos:
25
- repo: https://github.com/pre-commit/pre-commit-hooks
36
rev: v4.1.0
@@ -48,3 +51,12 @@ repos:
4851
rev: v8.12.0
4952
hooks:
5053
- 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

Comments
 (0)