This commit is contained in:
Ellie 2025-12-19 16:30:32 -05:00 committed by GitHub
commit fed59dbb56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.pre-commit-hooks.yaml Normal file
View file

@ -0,0 +1,11 @@
- id: kubeconform
name: kubeconform
description: Kubernetes manifest validation
entry: kubeconform
language: golang
pass_filenames: true
require_serial: true
minimum_pre_commit_version: "2.9.0"
stages: [pre-commit, pre-merge-commit, pre-push, manual]
exclude: ^\. # paths starting with .
types: ["yaml"]