Skip to content

Commit

Permalink
Change comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun committed Dec 10, 2021
1 parent d7ef5a0 commit 8e877a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e877a6

Please sign in to comment.