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 fa4d732 + d3f91c3 commit 58bdae8Copy full SHA for 58bdae8
.pre-commit-config.yaml
@@ -71,3 +71,11 @@ repos:
71
hooks:
72
- id: golangci-lint-full
73
args: ["-v"]
74
+
75
+- repo: https://github.com/openstack-k8s-operators/openstack-k8s-operators-ci
76
+ # NOTE(gibi): we cannot automatically track main here
77
+ # see https://pre-commit.com/#using-the-latest-version-for-a-repository
78
+ rev: e30d72fcbced0ab8a7b6d23be1dee129e2a7b849
79
+ hooks:
80
+ - id: kuttl-single-test-assert
81
+ args: ["tests/kuttl"]
0 commit comments