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 2ed6454 commit 87a0aafCopy full SHA for 87a0aaf
.github/workflows/linting.yml
@@ -25,8 +25,6 @@ jobs:
25
go-version: ${{ matrix.go }}
26
- name: "fmt"
27
run: if [ "$(go fmt ./... | wc -l)" -gt 0 ]; then echo "go fmt failed, please run again locally"; exit 1; fi
28
- - name: "imports"
29
- run: |
30
- name: "vet"
31
- run: "go install honnef.co/go/tools/cmd/staticcheck@latest"
32
- name: staticcheck
0 commit comments