tokers commented on a change in pull request #419:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/419#discussion_r627092152



##########
File path: .github/workflows/golangci-lint.yml
##########
@@ -0,0 +1,21 @@
+name: golangci-lint
+
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+    branches:
+      - master
+
+jobs:
+  golangci:
+    name: lint
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - name: golangci-lint
+        uses: golangci/golangci-lint-action@v2
+        with:
+          # Optional: version of golangci-lint to use in form of v1.2 or 
v1.2.3 or `latest` to use the latest version
+          version: latest

Review comment:
       You may need to download golangci-lint and run it manually, please refer 
to apisix-dashboard and see how it works.




-- 
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.

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


Reply via email to