Skip to content

Commit

Permalink
[minor] bump prettier version (apache#3992)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Oct 31, 2022
1 parent 882b8f9 commit 7ea5eb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ name: Dev
on: [push, pull_request]

jobs:

rat:
name: Release Audit Tool (RAT)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,7 +46,7 @@ jobs:
# and commit the changes
#
# ignore subproject CHANGELOG.md because they are machine generated
npx prettier@2.3.2 --write \
npx prettier@2.7.1 --write \
'{datafusion,datafusion-cli,datafusion-examples,dev,docs}/**/*.md' \
'!datafusion/CHANGELOG.md' \
README.md \
Expand Down

0 comments on commit 7ea5eb4

Please sign in to comment.