From 8e877a6d38d14946a0499a0ea77bb9c100dd45e7 Mon Sep 17 00:00:00 2001 From: ruanwenjun Date: Fri, 10 Dec 2021 10:44:17 +0800 Subject: [PATCH] Change comments --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2b0aa255b..087f044334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,8 @@ jobs: java-version: ${{ matrix.java }} - name: Build - # skip check here, since we use Checkstyle task to check the added file + # We use -x check to skip check code style here, since this task will check all files. + # We use Checkstyle task to check the added file run: ./gradlew clean build jacocoTestReport checkLicense -x check - name: Perform CodeQL analysis