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 85b1a44 commit 73bf86fCopy full SHA for 73bf86f
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
31
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
32
33
- - name: Run Go Linter
+ - name: Run golangci-lint
34
run: golangci-lint run --disable-all -E gofmt -E govet --timeout=5m
35
36
docker:
0 commit comments