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: [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]

Reply via email to