You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/31 07:41:21 UTC

[GitHub] [arrow-datafusion] Jimexist commented on a change in pull request #415: use prettier to auto format md files

Jimexist commented on a change in pull request #415:
URL: https://github.com/apache/arrow-datafusion/pull/415#discussion_r642280510



##########
File path: .github/workflows/dev.yml
##########
@@ -23,7 +23,22 @@ on:
   pull_request:
 
 jobs:
+  prettier:
+    runs-on: ubuntu-latest
 
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2
+        with:
+          # Make sure the actual branch is checked out when running on pull requests
+          ref: ${{ github.head_ref }}
+
+      - name: Prettify code
+        uses: creyD/prettier_action@v3.3

Review comment:
       good point. do you think copying it to be something under apache org repo is desired?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org