You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "TeslaCN (via GitHub)" <gi...@apache.org> on 2023/04/28 08:13:29 UTC

[GitHub] [shardingsphere] TeslaCN commented on a diff in pull request #25397: Refactor status check

TeslaCN commented on code in PR #25397:
URL: https://github.com/apache/shardingsphere/pull/25397#discussion_r1180077212


##########
.github/workflows/check-checkstyle.yml:
##########
@@ -55,25 +55,26 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - run: echo 1
-  check-checkstyle:
-    name: Check - CheckStyle
-    runs-on: ubuntu-latest
-    timeout-minutes: 10
-    steps:
-      - uses: actions/checkout@v3
-      - uses: actions/cache@v3
-        with:
-          path: ~/.m2/repository
-          key: ${{ env.REPOSITORY_NAME }}-maven-third-party-${{ hashFiles('**/pom.xml') }}
-          restore-keys: |
-            ${{ env.REPOSITORY_NAME }}-maven-third-party-
-      - name: Run CheckStyle
-        run: ./mvnw checkstyle:check -T1C
-  
-  check-license:
-    name: Check - License
-    timeout-minutes: 10
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v3
-      - uses: apache/skywalking-eyes@v0.4.0
+#
+#  check-checkstyle:
+#    name: Check - CheckStyle
+#    runs-on: ubuntu-latest
+#    timeout-minutes: 10
+#    steps:
+#      - uses: actions/checkout@v3
+#      - uses: actions/cache@v3
+#        with:
+#          path: ~/.m2/repository
+#          key: ${{ env.REPOSITORY_NAME }}-maven-third-party-${{ hashFiles('**/pom.xml') }}
+#          restore-keys: |
+#            ${{ env.REPOSITORY_NAME }}-maven-third-party-
+#      - name: Run CheckStyle
+#        run: ./mvnw checkstyle:check -T1C
+#
+#  check-license:
+#    name: Check - License
+#    timeout-minutes: 10
+#    runs-on: ubuntu-latest
+#    steps:
+#      - uses: actions/checkout@v3
+#      - uses: apache/skywalking-eyes@v0.4.0

Review Comment:
   These changes?



-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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