Install golangci-lint
continuous-integration/drone/push Build is passing Details

master
René Jochum 2 years ago
parent 2a50a6286a
commit 051872f531
Signed by: jochum
GPG Key ID: F7D906F5E51E8E5E

@ -20,4 +20,9 @@ if [[ ! -x /go/bin/trunk ]]; then
popd
fi
# Install golangci-lint
if [[ ! -x /go/bin/golangci-lint ]]; then
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /go/bin
fi
exec "$@"
Loading…
Cancel
Save