mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Update check.sh
This commit is contained in:
parent
38855bf646
commit
76841fab3b
@ -5,8 +5,8 @@ set -o pipefail
|
|||||||
|
|
||||||
if command -v golangci-lint &> /dev/null
|
if command -v golangci-lint &> /dev/null
|
||||||
then
|
then
|
||||||
golangci-lint run --timeout=5m
|
golangci-lint run --verbose
|
||||||
else
|
else
|
||||||
./bin/golangci-lint run --timeout=5m
|
./bin/golangci-lint run --verbose
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user