Skip to content

Commit

Permalink
ci: Adding golangci-lint in the build
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed May 8, 2021
1 parent e953534 commit 458efd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: "^1.16"
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
- name: Build
run: |
make
Expand Down

0 comments on commit 458efd1

Please sign in to comment.