mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Check this is actually running
This commit is contained in:
parent
c5eae2700b
commit
6e79295822
|
|
@ -22,6 +22,8 @@ if [ -n "${DENDRITE_LINT_CONCURRENCY:-}" ]
|
|||
then args="$args --concurrency=$DENDRITE_LINT_CONCURRENCY"
|
||||
fi
|
||||
|
||||
echo "GOGC: $GOGC"
|
||||
|
||||
echo "Installing golangci-lint..."
|
||||
go get github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue