Skip to content

Commit 744a270

Browse files
committed
build: validate list-images in pre-commit
1 parent d610064 commit 744a270

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ repos:
6262
language: system
6363
files: "hack/addons/helm-chart-bundler/repos.yaml"
6464
pass_filenames: false
65+
- id: check-list-images
66+
name: check-list-images
67+
entry: make --no-print-directory list-images
68+
language: system
69+
files: "^charts/cluster-api-runtime-extensions-nutanix/"
70+
pass_filenames: false
6571
- id: check-devbox-lock
6672
name: check-devbox-lock
6773
entry: devbox install

0 commit comments

Comments
 (0)