We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfed4e3 commit 5389e94Copy full SHA for 5389e94
.github/workflows/go.yml
@@ -55,4 +55,4 @@ jobs:
55
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
56
57
- name: Run linter
58
- run: golangci-lint run
+ run: golangci-lint run ./...
0 commit comments