Skip to content

Commit 1600e5f

Browse files
committed
test(github-actions): check GitHub Actions using check-jsonschema
1 parent b0e28b9 commit 1600e5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ repos:
100100
- repo: https://github.com/python-jsonschema/check-jsonschema
101101
rev: 0.33.0
102102
hooks:
103+
- id: check-github-workflows
104+
name: Check GitHub workflows with check-jsonschema
105+
args: [--verbose]
103106
- id: check-gitlab-ci
104107
name: Check GitLab CI config with check-jsonschema
105-
args: ["--verbose"]
108+
args: [--verbose]

0 commit comments

Comments
 (0)