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/10 20:09:11 UTC

[orc] branch branch-1.6 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.6
in repository https://gitbox.apache.org/repos/asf/orc.git


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

commit 24d18dbd7c21ae446e212462c6a7b9d8e12317e8
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>
---
 .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 3de4ee0..879eccd 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -44,3 +44,4 @@ jobs:
         make package test-out
         cd ../java
         mvn apache-rat:check
+        mvn checkstyle:check