You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/03/07 06:04:49 UTC

[datasketches-java] branch master updated: add SketchesCheckstyle update to GHA workflow

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 764afea  add SketchesCheckstyle update to GHA workflow
764afea is described below

commit 764afeaf51905afd955861e2a3a843d2889986d0
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Mar 6 22:04:33 2021 -0800

    add SketchesCheckstyle update to GHA workflow
---
 .github/workflows/maven.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f20252f..e53b807 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,6 +44,11 @@ jobs:
               -Dgpg.skip=true
               --toolchains .github/workflows/.toolchains.xml
 
+        - name: Update Configs
+          run: >
+              curl https://dist.apache.org/repos/dist/dev/datasketches/configs/SketchesCheckstyle.xml 
+              --silent --output ./tools/SketchesCheckstyle.xml 
+        
         - name: Test & Report
           if: ${{ success() }}
           run: >


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org