From e1739df48e018f1afc43ebbe0c14c6ade3885d5a Mon Sep 17 00:00:00 2001 From: ivvist Date: Tue, 6 Feb 2024 11:42:24 +0100 Subject: [PATCH] own linters config used --- scripts/gbash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gbash.sh b/scripts/gbash.sh index 036278a..26eb0e9 100644 --- a/scripts/gbash.sh +++ b/scripts/gbash.sh @@ -16,7 +16,7 @@ mydir="" if test -n "$testfolder"; then mydir="${testfolder}/..." fi -$1/bin/golangci-lint run ${mydir} --config /home/runner/work/.golangci.yaml -v +$1/bin/golangci-lint run ${mydir} status="$?"