wu-sheng commented on code in PR #208:
URL: 
https://github.com/apache/skywalking-banyandb/pull/208#discussion_r1018544595


##########
.github/workflows/ci.yml:
##########
@@ -27,18 +27,10 @@ jobs:
     name: Check
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/setup-node@v3
-        with:
-          node-version: 16.15
-      - name: Install Go
-        uses: actions/setup-go@v2
-        with:
-          go-version: 1.19
       - name: Check out code into the Go module directory
-        uses: actions/checkout@v2
-      - name: Check License Header
-        run: make license-check
-      - uses: actions/cache@v3
+        uses: actions/checkout@v3
+      - name: Cache Go Modules
+        uses: actions/cache@v3

Review Comment:
   It isn't. It is GitHub action tool parameter. That segment mean cache 
segment.
   I didn't find the original post, it was in other discussions. @Superskyyy 
Could you share the source?



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

Reply via email to