Skip to content

Commit 1900f82

Browse files
blink1073lwasser
authored andcommitted
add github workflow check
1 parent 7b692ce commit 1900f82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ repos:
5656
- id: isort
5757
files: \.py$
5858
args: ["--profile", "black", --line-length=79]
59+
60+
# Ensure GitHub workflows match the expected schema.
61+
- repo: https://github.com/sirosen/check-jsonschema
62+
rev: 0.28.3
63+
hooks:
64+
- id: check-github-workflows

0 commit comments

Comments
 (0)