Skip to content

Commit ce2a324

Browse files
wip
1 parent 24a3c4b commit ce2a324

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci-go.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
run: |
2222
go mod tidy
2323
git diff --exit-code
24-
- name: lint
25-
run: make lint-go
24+
- name: golangci-lint
25+
uses: golangci/golangci-lint-action@v8
26+
with:
27+
version: v2.4.0
28+
args: ./cmd/... ./pkg/... ./tests/...
2629
- name: test
2730
run: make unit

0 commit comments

Comments
 (0)