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