We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5902064 commit dd7492aCopy full SHA for dd7492a
.github/workflows/go.yml
@@ -23,3 +23,6 @@ jobs:
23
24
- name: Test
25
run: go test -v ./...
26
+
27
+ - name: Lint
28
+ uses: golangci/[email protected]
0 commit comments