This is an automated email from the ASF dual-hosted git repository.
zhaojinchao 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 06becae293e Remove temporary step check-checkstyle (#27203)
06becae293e is described below
commit 06becae293e358d230c1aed3e8209527ded2b5cd
Author: 吴伟杰 <[email protected]>
AuthorDate: Fri Jul 14 23:39:39 2023 +0800
Remove temporary step check-checkstyle (#27203)
---
.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