We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4935237 commit 53b9532Copy full SHA for 53b9532
1 file changed
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -60,6 +60,12 @@ repos:
60
- id: prettier
61
name: Prettier
62
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
+
69
- repo: https://github.com/commitizen-tools/commitizen
70
rev: v4.8.2
71
hooks:
0 commit comments