-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)