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.
2 parents fa08997 + 46d9c59 commit acd4ca2Copy full SHA for acd4ca2
.pre-commit-config.yaml
@@ -61,3 +61,11 @@ repos:
61
hooks:
62
- id: golangci-lint-full
63
args: ["-v"]
64
+
65
+- repo: https://github.com/openstack-k8s-operators/openstack-k8s-operators-ci
66
+ # NOTE(gibi): we cannot automatically track main here
67
+ # see https://pre-commit.com/#using-the-latest-version-for-a-repository
68
+ rev: e30d72fcbced0ab8a7b6d23be1dee129e2a7b849
69
+ hooks:
70
+ - id: kuttl-single-test-assert
71
+ args: ["tests/kuttl"]
0 commit comments