This is an automated email from the ASF dual-hosted git repository.

ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 8eba1b470 [CELEBORN-1000] MR module style check
8eba1b470 is described below

commit 8eba1b470e9cd54cf0cdcefc381433ce94d881a0
Author: sychen <[email protected]>
AuthorDate: Wed Sep 20 16:54:42 2023 +0800

    [CELEBORN-1000] MR module style check
    
    ### What changes were proposed in this pull request?
    
    ### Why are the changes needed?
    
    ### Does this PR introduce _any_ user-facing change?
    
    ### How was this patch tested?
    
    Closes #1929 from cxzl25/CELEBORN-1000.
    
    Authored-by: sychen <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 .github/workflows/style.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index a23158902..377cf7822 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -48,5 +48,8 @@ jobs:
           check-latest: false
       - run: |
           build/mvn spotless:check -Pgoogle-mirror,flink-1.14
+          build/mvn spotless:check -Pgoogle-mirror,flink-1.15
+          build/mvn spotless:check -Pgoogle-mirror,flink-1.17
           build/mvn spotless:check -Pgoogle-mirror,spark-2.4
           build/mvn spotless:check -Pgoogle-mirror,spark-3.3
+          build/mvn spotless:check -Pgoogle-mirror,mr

Reply via email to