Skip to content

Commit 651b386

Browse files
committed
Add golanci/golint to github actions
Signed-off-by: Alistair Hey <[email protected]>
1 parent 0f726ea commit 651b386

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ jobs:
2626
go vet ./...
2727
go test -v ./...
2828
go build ./...
29+
lint:
30+
name: lint
31+
runs-on: ubuntu-latest
32+
steps:
33+
- uses: actions/checkout@v2
34+
- name: golangci-lint
35+
uses: golangci/golangci-lint-action@v2
36+
with:
37+
version: v1.29

0 commit comments

Comments
 (0)