mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
up timeout to 30m
This commit is contained in:
parent
b5985dcf72
commit
bf3c0458df
|
|
@ -29,7 +29,7 @@ echo "Installing golangci-lint..."
|
||||||
go get github.com/golangci/golangci-lint/cmd/golangci-lint
|
go get github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||||
|
|
||||||
echo "Looking for lint..."
|
echo "Looking for lint..."
|
||||||
golangci-lint run $args
|
golangci-lint run $args --deadline 30m
|
||||||
|
|
||||||
echo "Checking spelling..."
|
echo "Checking spelling..."
|
||||||
misspell -error src *.md
|
misspell -error src *.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue