Skip to content

Commit 87a0aaf

Browse files
committed
WIP ...
1 parent 2ed6454 commit 87a0aaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/linting.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
go-version: ${{ matrix.go }}
2626
- name: "fmt"
2727
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: |
3028
- name: "vet"
3129
- run: "go install honnef.co/go/tools/cmd/staticcheck@latest"
3230
- name: staticcheck

0 commit comments

Comments
 (0)