Skip to content

Commit a54df45

Browse files
chore: Add precommit check for GH actions and workflows (#3037)
1 parent aeec206 commit a54df45

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: no-commit-to-branch
1515

16+
- repo: https://github.com/python-jsonschema/check-jsonschema
17+
rev: 0.23.0
18+
hooks:
19+
- id: check-github-actions
20+
- id: check-github-workflows
21+
args: [--verbose]
22+
1623
- repo: local
1724
hooks:
1825
- id: format-clang

0 commit comments

Comments
 (0)