Skip to content

Commit 86fa9c2

Browse files
committed
Add pre-commit-hook.yaml
1 parent 19c5ff3 commit 86fa9c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-hooks.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: validate-flux
2+
name: Validate Flux
3+
description: "A script to validate Flux custom resources and Kustomize overlays."
4+
entry: ./scripts/validate-flux.sh
5+
language: script
6+
stages: [push]

0 commit comments

Comments
 (0)