We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d610064 commit 744a270Copy full SHA for 744a270
.pre-commit-config.yaml
@@ -62,6 +62,12 @@ repos:
62
language: system
63
files: "hack/addons/helm-chart-bundler/repos.yaml"
64
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
71
- id: check-devbox-lock
72
name: check-devbox-lock
73
entry: devbox install
0 commit comments