mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
Add pre-commit hook manifest
This commit is contained in:
parent
ce2f6de185
commit
d283de9a72
1 changed files with 7 additions and 0 deletions
7
.pre-commit-hooks.yaml
Normal file
7
.pre-commit-hooks.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- id: kubeconform
|
||||
name: kubeconform
|
||||
entry: kubeconform
|
||||
language: golang
|
||||
types: [yaml]
|
||||
require_serial: true
|
||||
Loading…
Reference in a new issue