Skip to content

Commit cee18f4

Browse files
committed
add golangci-lint
1 parent 32771f1 commit cee18f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ jobs:
2020
go-version: '1.24.x'
2121
- name: Install dependencies
2222
run: go get .
23+
- name: golangci-lint
24+
uses: golangci/golangci-lint-action@v8
25+
with:
26+
version: v2.4.0
2327
- name: Build
2428
run: go build -v .

0 commit comments

Comments
 (0)