Skip to content

Commit

Permalink
linter config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Feb 7, 2024
1 parent b33357d commit da2807a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gbash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ fi
echo "Install golangci-lint in folder: $1/bin"
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2

golangci-lint --version

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

Expand Down

0 comments on commit da2807a

Please sign in to comment.