Skip to content

Commit

Permalink
testify turn is on
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Feb 8, 2024
1 parent 645cfb4 commit f56abf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/gbash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/insta

golangci-lint --version

echo "Download golangci config"
curl -o /home/runner/work/.golangci.yaml https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/.golangci.yml
#echo "Download golangci config"
# curl -o /home/runner/work/.golangci.yaml https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/.golangci.yml

echo "Run linter jobs"
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="$?"

Expand Down

0 comments on commit f56abf3

Please sign in to comment.