Skip to content

Commit 53b9532

Browse files
committed
feat: add a pre-commit hook for checking github workflow files
1 parent 4935237 commit 53b9532

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ repos:
6060
- id: prettier
6161
name: Prettier
6262

63+
- repo: https://github.com/python-jsonschema/check-jsonschema
64+
rev: 0.33.1
65+
hooks:
66+
- id: check-github-workflows
67+
args: [ "--verbose" ]
68+
6369
- repo: https://github.com/commitizen-tools/commitizen
6470
rev: v4.8.2
6571
hooks:

0 commit comments

Comments
 (0)