We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a1d45 commit 2e1cf55Copy full SHA for 2e1cf55
.github/workflows/build.yaml
@@ -28,6 +28,8 @@ jobs:
28
uses: actions/setup-go@v2
29
with:
30
go-version: "^1.16"
31
+ - name: golangci-lint
32
+ uses: golangci/golangci-lint-action@v2
33
- name: Build
34
run: |
35
make
0 commit comments