mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
test(pre-commit): check GitHub Actions files using check-jsonschema
This commit is contained in:
parent
d2760dd3d6
commit
c43350b41b
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ repos:
|
|||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.29.4
|
||||
hooks:
|
||||
- id: check-github-workflows
|
||||
name: Check GitHub workflows with check-jsonschema
|
||||
args: ["--verbose"]
|
||||
- repo: https://github.com/rubocop-hq/rubocop
|
||||
rev: v1.57.0
|
||||
hooks:
|
||||
|
|
Loading…
Add table
Reference in a new issue