Update check.sh

This commit is contained in:
Matthieu MOREL 2021-11-14 11:01:53 +01:00 committed by GitHub
parent 26f48badd5
commit 5646909caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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