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 3f6bfda commit eadb5d0Copy full SHA for eadb5d0
.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/|hack/tools/fetch-images/main.go$)"
70
+ pass_filenames: false
71
- id: check-devbox-lock
72
name: check-devbox-lock
73
entry: devbox install
0 commit comments