This is an automated email from the ASF dual-hosted git repository. wuweijie pushed a commit to branch refactor_required_check in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 4b0fc89983df857c67139abbb3bc2df208d01fbc Author: 吴伟杰 <wuwei...@apache.org> AuthorDate: Fri Jul 14 23:31:14 2023 +0800 Remove temporary step check-checkstyle --- .github/workflows/required-check.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/required-check.yml b/.github/workflows/required-check.yml index aee4f414ed1..a324bbae099 100644 --- a/.github/workflows/required-check.yml +++ b/.github/workflows/required-check.yml @@ -30,11 +30,6 @@ env: REPOSITORY_NAME: shardingsphere jobs: - check-checkstyle: - name: Check - CheckStyle - runs-on: ubuntu-latest - steps: - - run: echo 'Make the origin check passed' check-checkstyle-and-spotless: name: Check - CheckStyle and Spotless runs-on: ubuntu-latest