You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/04/30 13:23:48 UTC

[shardingsphere] branch master updated: Refactor : update the checkstyle action yaml (#25420)

This is an automated email from the ASF dual-hosted git repository.

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a0a69d941c Refactor : update the checkstyle action yaml (#25420)
5a0a69d941c is described below

commit 5a0a69d941cc30f2a5ece04cd83a007f0b180072
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Sun Apr 30 21:23:40 2023 +0800

    Refactor : update the checkstyle action yaml (#25420)
    
    Co-authored-by: shardingsphere <de...@shardingsphere.apache.org>
---
 .github/workflows/check-checkstyle.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/check-checkstyle.yml b/.github/workflows/check-checkstyle.yml
index 44f1f6a10eb..93f7c77110e 100644
--- a/.github/workflows/check-checkstyle.yml
+++ b/.github/workflows/check-checkstyle.yml
@@ -63,12 +63,12 @@ jobs:
           restore-keys: |
             ${{ env.REPOSITORY_NAME }}-maven-third-party-
       - name: Run CheckStyle
-        run: echo "pass check"
+        run: ./mvnw checkstyle:check -T1C
   
   check-license:
     name: Check - License
     timeout-minutes: 10
     runs-on: ubuntu-latest
     steps:
-      - name: Run CheckStyle
-        run: echo "pass check"
+      - uses: actions/checkout@v3
+      - uses: apache/skywalking-eyes@v0.4.0