Skip to content

Commit c5fab93

Browse files
committed
feat: add gitub workflow validation
1 parent 74082bb commit c5fab93

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ repos:
5050
hooks:
5151
- id: codespell
5252

53+
- repo: https://github.com/python-jsonschema/check-jsonschema
54+
rev: 0.36.0
55+
hooks:
56+
- id: check-github-workflows
57+
args: [ "--verbose" ]
58+
5359
ci:
5460
autofix_commit_msg: |
5561
chore(lint): [pre-commit.ci] auto fixes from pre-commit.com hooks

0 commit comments

Comments
 (0)