Skip to content

Commit cf902ea

Browse files
authored
use recommended github-workflows checker (#1071)
1 parent d853f29 commit cf902ea

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,7 @@ repos:
7575
- id: eslint
7676
stages: [manual]
7777

78-
- repo: https://github.com/sirosen/check-jsonschema
78+
- repo: https://github.com/python-jsonschema/check-jsonschema
7979
rev: 0.19.1
8080
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]
81+
- id: check-github-workflows

0 commit comments

Comments
 (0)