We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7288b commit 44b3103Copy full SHA for 44b3103
.github/workflows/ci.yml
@@ -43,7 +43,6 @@ jobs:
43
44
- name: Lint
45
run: |
46
- go mod download golang.org/x/tools
47
go install golang.org/x/tools/cmd/goimports
48
result=$($(go env GOPATH)/bin/goimports -d -e -local github.com/philips-labs $(go list -f {{.Dir}} ./...))
49
echo $result
0 commit comments