You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/03/04 06:36:52 UTC

[GitHub] [dubbo-go] zhaoyunxing92 commented on a change in pull request #1772: feat: change lint to official lint

zhaoyunxing92 commented on a change in pull request #1772:
URL: https://github.com/apache/dubbo-go/pull/1772#discussion_r819301674



##########
File path: .github/workflows/golangci-lint.yml
##########
@@ -0,0 +1,23 @@
+name: golangci-lint
+on:
+  push:
+    branches: [master, develop, "1.5", "3.0"]
+  pull_request:
+    branches: "*"
+
+jobs:
+  golangci:
+    name: lint
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/setup-go@v2
+        with:
+          go-version: 1.15
+          id: go

Review comment:
       应该移除`id`这个标签




-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org