Wait for deployments #3378
knative-style.yaml
on: pull_request
style
/
changes
4s
style
/
...
/
Auto-format and Check
15s
style
/
...
/
Lint
1m 39s
style
/
...
/
Do Not Submit
10s
style
/
...
/
shell
13s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
4 errors and 4 warnings
|
style / Golang / Auto-format and Check:
pkg/reconciler/common/deployments_test.go#L1
Please run goimports.
diff --git a/pkg/reconciler/common/deployments_test.go b/pkg/reconciler/common/deployments_test.go
index 546cd1d..0a75898 100644
--- a/pkg/reconciler/common/deployments_test.go
+++ b/pkg/reconciler/common/deployments_test.go
@@ -18,9 +18,10 @@ package common
import (
"context"
- "knative.dev/pkg/controller"
"testing"
+ "knative.dev/pkg/controller"
+
mf "github.com/manifestival/manifestival"
fake "github.com/manifestival/manifestival/fake"
appsv1 "k8s.io/api/apps/v1"
|
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
|
style / Golang / Lint:
pkg/reconciler/common/install.go#L36
composites: k8s.io/apimachinery/pkg/runtime/schema.GroupVersionKind struct literal uses unkeyed fields (govet)
|
|
style / Golang / Lint
issues found
|
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|