Skip to content

Commit 127b2b0

Browse files
committed
run golangci-lint just once
Signed-off-by: sivchari <[email protected]>
1 parent 23467d8 commit 127b2b0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

+2-5
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3.0
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
30-
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
32-
with:
33-
version: v2.0.2
34-
working-directory: ${{matrix.working-directory}}
30+
- name: Lint Codebase
31+
run: make lint
3532
- name: Lint API
3633
run: make lint-api

0 commit comments

Comments
 (0)