You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/08/02 19:31:39 UTC

[arrow-datafusion] branch master updated: show prettier diff in CI (#802)

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

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 96cc4e9  show prettier diff in CI (#802)
96cc4e9 is described below

commit 96cc4e9ca562f5f3d22af6f13b8a08ef04b9bfc4
Author: QP Hou <qp...@scribd.com>
AuthorDate: Mon Aug 2 12:31:34 2021 -0700

    show prettier diff in CI (#802)
---
 .github/workflows/dev.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 39c449c..f49c7b1 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -63,8 +63,9 @@ jobs:
         run: |
           # if you encounter error, try rerun the command below with --write instead of --check
           # and commit the changes
-          npx prettier@2.3.2 --check \
+          npx prettier@2.3.2 --write \
             '{ballista,datafusion,datafusion-examples,docs,python}/**/*.md' \
             README.md \
             DEVELOPERS.md \
             'ballista/**/*.{ts,tsx}'
+          git diff --exit-code
\ No newline at end of file