Skip to content

Commit 1d6a233

Browse files
remove lint check from github
1 parent f795b4b commit 1d6a233

File tree

8 files changed

+1
-311
lines changed

8 files changed

+1
-311
lines changed

.github/main.workflow

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,3 @@ action "verify-emoji" {
77
uses = "./hack/release"
88
secrets = ["GITHUB_TOKEN"]
99
}
10-
11-
workflow "Linters and Test" {
12-
on = "push"
13-
resolves = ["lint"]
14-
}
15-
16-
action "lint" {
17-
uses = "docker://gcr.io/kubebuilder/lint2check"
18-
secrets = ["GITHUB_TOKEN"]
19-
args = ["./pkg/...", "./examples/..."]
20-
}

hack/lint2check/Dockerfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

hack/lint2check/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

hack/lint2check/cloudbuild.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

hack/lint2check/go.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

hack/lint2check/go.sum

Lines changed: 0 additions & 12 deletions
This file was deleted.

hack/lint2check/lint2check.go

Lines changed: 0 additions & 259 deletions
This file was deleted.

pkg/internal/testing/integration/internal/etcd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"net/url"
55
)
66

7-
// EtcdDefaultArgs allow tests to run offline, by preventing API server from attempting to
7+
//todo(just to ensure that the pr will fails and the test is called in the prow): EtcdDefaultArgs allow tests to run offline, by preventing API server from attempting to
88
// use default route to determine its urls.
99
var EtcdDefaultArgs = []string{
1010
"--listen-peer-urls=http://localhost:0",

0 commit comments

Comments
 (0)