Skip to content

Commit

Permalink
Skip jsonschema in CI (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 29, 2022
1 parent a3156e6 commit 64c0730
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
@@ -1,3 +1,6 @@
ci:
skip: [check-jsonschema]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
Expand Down Expand Up @@ -48,3 +51,12 @@ repos:
rev: v8.12.0
hooks:
- id: eslint

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.14.1
hooks:
- id: check-jsonschema
name: "Check GitHub Workflows"
files: ^\.github/workflows/
types: [yaml]
args: ["--schemafile", "https://json.schemastore.org/github-workflow"]

0 comments on commit 64c0730

Please sign in to comment.