This is an automated email from the ASF dual-hosted git repository.
wuweijie 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 20163565006 Refactor : remove the duplicated required check (#27405)
20163565006 is described below
commit 2016356500621b694e8343e7f48b924a0b9fbde9
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Jul 24 11:45:27 2023 +0800
Refactor : remove the duplicated required check (#27405)
---
.github/workflows/required-check.yml | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/required-check.yml
b/.github/workflows/required-check.yml
index 80e4008fea2..06b9acaccdd 100644
--- a/.github/workflows/required-check.yml
+++ b/.github/workflows/required-check.yml
@@ -30,15 +30,6 @@ env:
REPOSITORY_NAME: shardingsphere
jobs:
- check-checkstyle-and-spotless:
- name: Check - CheckStyle and Spotless
- runs-on: ubuntu-latest
- timeout-minutes: 10
- steps:
- - uses: actions/checkout@v3
- - name: Run CheckStyle and Spotless
- run: ./mvnw checkstyle:check spotless:check -T1C
-
check-checkstyle:
name: Check - CheckStyle
runs-on: ubuntu-latest
@@ -47,7 +38,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run CheckStyle
run: ./mvnw checkstyle:check -T1C
-
+
check-spotless:
name: Check - Spotless
runs-on: ubuntu-latest
@@ -56,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run Spotless
run: ./mvnw spotless:check -T1C
-
+
check-license:
name: Check - License
runs-on: ubuntu-latest