alamb commented on a change in pull request #415:
URL: https://github.com/apache/arrow-datafusion/pull/415#discussion_r642379602
##########
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?
Yes, I think that would be preferable (the rationale being that then that
someone can't change the contents of the action in the third party repository
and affect the apache org via a github action)
--
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]