Skip to content

Commit e87648e

Browse files
committed
feat: add a pre-commit hook for checking github workflows to the template repo itself
1 parent 53b9532 commit e87648e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ repos:
1111
rev: v2.6.0
1212
hooks:
1313
- id: prettier
14+
- repo: https://github.com/python-jsonschema/check-jsonschema
15+
rev: 0.33.1
16+
hooks:
17+
- id: check-github-workflows
18+
args: [ "--verbose" ]

0 commit comments

Comments
 (0)