mirror of
https://gitee.com/mirrors_adrian-thurston/yq.git
synced 2026-01-14 23:43:38 +08:00
Update check.sh
This commit is contained in:
committed by
Mike Farah
parent
38855bf646
commit
76841fab3b
@@ -5,8 +5,8 @@ set -o pipefail
|
||||
|
||||
if command -v golangci-lint &> /dev/null
|
||||
then
|
||||
golangci-lint run --timeout=5m
|
||||
golangci-lint run --verbose
|
||||
else
|
||||
./bin/golangci-lint run --timeout=5m
|
||||
./bin/golangci-lint run --verbose
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user