This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new b2e292d Add an action schema lint
b2e292d is described below
commit b2e292d682624065c294b327b15454c428a2bcfa
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Aug 22 15:26:21 2025 +0100
Add an action schema lint
---
.pre-commit-config.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 67c73d6..63757ef 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -62,3 +62,10 @@ repos:
- id: yamllint
name: yamllint
files: ^.*\.ya?ml$
+
+ - repo: https://github.com/python-jsonschema/check-jsonschema
+ rev: 0.33.3
+ hooks:
+ - id: check-github-actions
+ files: ^(.*/)?action\.ya?ml$
+ args: ["--verbose"]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]