This is an automated email from the ASF dual-hosted git repository.
panjuan 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 e05e07fd772 Add spotless:check to avoid unformatted code in PR (#26852)
e05e07fd772 is described below
commit e05e07fd7722e6b0d1e22cb6c50f8d5f3255f666
Author: 吴伟杰 <[email protected]>
AuthorDate: Sun Jul 9 15:00:36 2023 +0800
Add spotless:check to avoid unformatted code in PR (#26852)
---
.github/workflows/required-check.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/required-check.yml
b/.github/workflows/required-check.yml
index befc710389a..fa668ec23f0 100644
--- a/.github/workflows/required-check.yml
+++ b/.github/workflows/required-check.yml
@@ -43,7 +43,7 @@ jobs:
restore-keys: |
${{ env.REPOSITORY_NAME }}-maven-third-party-
- name: Run CheckStyle
- run: ./mvnw checkstyle:check -T1C
+ run: ./mvnw checkstyle:check spotless:check -T1C
check-license:
name: Check - License