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/[email protected]
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:
[email protected]