wu-sheng commented on a change in pull request #4337: Review code styles 
automatically
URL: https://github.com/apache/skywalking/pull/4337#discussion_r376785679
 
 

 ##########
 File path: .github/workflows/ci-it.yaml
 ##########
 @@ -38,11 +38,26 @@ jobs:
       - uses: actions/setup-java@v1
         with:
           java-version: 8
+
+      - name: Setup reviewdog
+        run: |
+          mkdir -p $HOME/bin && curl -sfL 
https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s 
-- -b $HOME/bin
+          echo ::add-path::$HOME/bin
+          echo ::add-path::$(go env GOPATH)/bin # for Go projects
 
 Review comment:
   Are these copy/paste issue?

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


With regards,
Apache Git Services

Reply via email to