wt-better commented on code in PR #655:
URL:
https://github.com/apache/incubator-seata-go/pull/655#discussion_r1469024135
##########
.github/workflows/build.yml:
##########
@@ -61,6 +61,9 @@ jobs:
- name: "run go build"
run: go build -v ./...
+ - name: "Staticcheck"
Review Comment:
use https://github.com/marketplace/actions/run-golangci-lint better?
golangci-lint is a fast Go linters aggregator that runs multiple linters and
integrates the functionality of the previous Go Meta Linter. I understand it is
currently the recommended tool.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]