You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/01/11 16:19:57 UTC

[orc] branch branch-1.5 updated: ORC-720: Run mvn checkstyle:check in GitHub action

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

dongjoon pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.5 by this push:
     new f761821  ORC-720: Run mvn checkstyle:check in GitHub action
f761821 is described below

commit f7618213b121596dda6c74d30622089c65a11dc3
Author: William Hyun <wi...@gmail.com>
AuthorDate: Sat Jan 9 11:55:05 2021 -0800

    ORC-720: Run mvn checkstyle:check in GitHub action
    
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit d741a36a0049db0a081091922f4ca7a61bee6d78)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 24d18dbd7c21ae446e212462c6a7b9d8e12317e8)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .github/workflows/build_and_test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index a3dae92..d8c4883 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -46,3 +46,4 @@ jobs:
         make package test-out
         cd ../java
         mvn apache-rat:check
+        mvn checkstyle:check