Add matcher for used OIDC user name #1452
knative-style.yaml
on: pull_request
style
/
changes
2s
style
/
...
/
Auto-format and Check
21s
style
/
...
/
Lint
10s
style
/
...
/
Do Not Submit
5s
style
/
...
/
shell
0s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
2 errors and 4 warnings
style / Golang / Auto-format and Check:
pkg/eventshub/assert/event_info_matchers.go#L1
Please run goimports.
diff --git a/pkg/eventshub/assert/event_info_matchers.go b/pkg/eventshub/assert/event_info_matchers.go
index c6755f4..4084ec3 100644
--- a/pkg/eventshub/assert/event_info_matchers.go
+++ b/pkg/eventshub/assert/event_info_matchers.go
@@ -19,13 +19,14 @@ package assert
import (
"context"
"fmt"
+ "strings"
+
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
duckv1 "knative.dev/pkg/apis/duck/v1"
"knative.dev/pkg/injection/clients/dynamicclient"
"knative.dev/reconciler-test/pkg/environment"
- "strings"
cloudevents "github.com/cloudevents/sdk-go/v2"
cetest "github.com/cloudevents/sdk-go/v2/test"
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/reconciler-test/reconciler-test. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/reconciler-test/reconciler-test. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/reconciler-test/reconciler-test. Supported file pattern: go.sum
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/reconciler-test/reconciler-test. Supported file pattern: go.sum
|