We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c6964 commit a37bd3fCopy full SHA for a37bd3f
.github/workflows/build.yml
@@ -22,5 +22,8 @@ jobs:
22
with:
23
go-version-file: "go.mod"
24
25
+ - name: Install linter
26
+ uses: golangci/golangci-lint-action@v8
27
+
28
- name: Build and test
29
run: make all
0 commit comments