Skip to content

Commit e773b41

Browse files
committed
github action lint
1 parent f1d4ce0 commit e773b41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
# the repo). Following the Principle of least privilege, we disable this as long
2525
# as we don't need it.
2626
persist-credentials: false
27+
- name: golangci-lint
28+
uses: golangci/golangci-lint-action@v9
29+
with:
30+
version: ${{ env.golangci-version }}
2731
- run: go build ./...
2832
- run: go test -coverprofile=coverate.out ./...
2933
env:

0 commit comments

Comments
 (0)