Skip to content

Commit 5ff65c9

Browse files
committed
🧪 Lint all GHA workflows with jsonschema
1 parent 2ad720f commit 5ff65c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ repos:
2727
- repo: https://github.com/python-jsonschema/check-jsonschema.git
2828
rev: 0.33.0
2929
hooks:
30+
- id: check-github-workflows
31+
files: ^\.github/workflows/[^/]+$
32+
types:
33+
- yaml
3034
- id: check-jsonschema
3135
name: Check GitHub Workflows set timeout-minutes
3236
args:

0 commit comments

Comments
 (0)