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 d853f29 commit cf902eaCopy full SHA for cf902ea
.pre-commit-config.yaml
@@ -75,12 +75,7 @@ repos:
75
- id: eslint
76
stages: [manual]
77
78
- - repo: https://github.com/sirosen/check-jsonschema
+ - repo: https://github.com/python-jsonschema/check-jsonschema
79
rev: 0.19.1
80
hooks:
81
- - id: check-jsonschema
82
- name: "Check GitHub Workflows"
83
- files: ^\.github/workflows/
84
- types: [yaml]
85
- args: ["--schemafile", "https://json.schemastore.org/github-workflow"]
86
- stages: [manual]
+ - id: check-github-workflows
0 commit comments