run prettier in github actions#435
Conversation
|
is there anyway of running prettier on the PR itself when someone opens to master so the diff is never ugly incase someone auto formats to prettier with their own config? |
I tried this with the auto build but it didnt seem to work, even with the "Allow edits from maintainers" setting turned on |
|
just realized i can run prettier on other prs and merge/rebase should go fine because both branches contain the same change |
29dc023 to
f57c7f9
Compare
|
rebased + also formats |
f57c7f9 to
3ea5c6c
Compare
5cc2f6c to
f13d4ad
Compare
it would actually be really annoying to have a script continuously push commits to a development branch when rebasing and merging, etc. i think it would really mess things up |
f13d4ad to
2b5cc51
Compare
|
rebased |
kevkevinpal
left a comment
There was a problem hiding this comment.
This looks good to me
title
draft pr for now because i dont want this merged before #423 (it will be a pain to rebase that pr with many little changes this produces)