Skip to content

Commit cac8206

Browse files
committed
gh action run using make target
1 parent 384a5f7 commit cac8206

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/kal.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,5 @@ jobs:
2020
persist-credentials: false
2121
- name: Set up Go
2222
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
23-
- name: Install Golang CI Lint
24-
run: go install github.com/golangci/golangci-lint/v2/cmd/[email protected]
25-
- name: Build KAL
26-
run: golangci-lint custom
27-
- name: run api linter
28-
run: ./bin/golangci-kube-api-linter run -c ./.golangci-kal.yml ./...
23+
- name: Run API Linter
24+
run: make api-lint

api/v1/inferencepool_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ type InferencePoolSpec struct {
6363
// with Kubernetes Service selectors, as some implementations may translate
6464
// this configuration into a Service resource.
6565
//
66-
// +required
6766
Selector LabelSelector `json:"selector,omitempty,omitzero"`
6867

6968
// TargetPortNumber defines the port number to access the selected model server Pods.

0 commit comments

Comments
 (0)