Skip to content

Commit 0fc73e1

Browse files
Add verbose flag to golangci-lint command (#4311)
1 parent 82445dd commit 0fc73e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Install Golang CI Lint
2424
run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.7.0
2525
- name: Build KAL
26-
run: golangci-lint custom
26+
run: golangci-lint custom -v
2727
- name: run api linter
2828
run: ./bin/golangci-kube-api-linter run -c ./.golangci-kal.yml ./...

0 commit comments

Comments
 (0)