Skip to content

Commit 2e1cf55

Browse files
committed
ci: Adding golangci-lint in the build
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 29a1d45 commit 2e1cf55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
uses: actions/setup-go@v2
2929
with:
3030
go-version: "^1.16"
31+
- name: golangci-lint
32+
uses: golangci/golangci-lint-action@v2
3133
- name: Build
3234
run: |
3335
make

0 commit comments

Comments
 (0)