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 <[email protected]>
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 [email protected] --check \
+          npx [email protected] --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

Reply via email to