You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/11/02 15:11:54 UTC

[GitHub] [incubator-hugegraph-toolchain] JackyYangPassion commented on a diff in pull request #352: feat(apache): support check license header with RAT client model

JackyYangPassion commented on code in PR #352:
URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/352#discussion_r1011914711


##########
.github/workflows/client-ci.yml:
##########
@@ -46,6 +46,11 @@ jobs:
         with:
           fetch-depth: 2
 
+      - name: License check(RAT)
+        run: |
+          mvn apache-rat:check | grep -v "Downloading\|Downloaded\|Progress"
+          find ./ -name rat.txt -print0 | xargs -0 -I file cat file > merged-rat.txt && cat merged-rat.txt
+

Review Comment:
   ok



##########
.github/workflows/client-ci.yml:
##########
@@ -46,6 +46,11 @@ jobs:
         with:
           fetch-depth: 2
 
+      - name: License check(RAT)
+        run: |
+          mvn apache-rat:check | grep -v "Downloading\|Downloaded\|Progress"
+          find ./ -name rat.txt -print0 | xargs -0 -I file cat file > merged-rat.txt && cat merged-rat.txt
+

Review Comment:
   ok



-- 
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: commits-unsubscribe@hugegraph.apache.org

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