We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da79ea commit 7db6f51Copy full SHA for 7db6f51
.github/workflows/test.yml
@@ -23,4 +23,7 @@ jobs:
23
run: go mod tidy
24
- name: Run tests
25
run: go test ./... -v
26
+ - uses: golangci/golangci-lint-action@v6
27
+ with:
28
+ version: latest
29
0 commit comments