Skip to content

Commit 3ddf10c

Browse files
committed
Add KAL to lint workflow
1 parent 33f527c commit 3ddf10c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-golangci-lint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ jobs:
3333
version: v1.63.4
3434
args: --out-format=colored-line-number
3535
working-directory: ${{matrix.working-directory}}
36+
- name: Lint API
37+
run: GOLANGCI_LINT_EXTRA_ARGS=--out-format=colored-line-number make lint-api

0 commit comments

Comments
 (0)