-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add restlyed workflow with GitHub Actions #2806
Conversation
@jbampton Seems like some tests are failing, but are unrelated to the changes made by this PR. I have tested this in my own fork and the restlye tests are passing (the yaml lint checks and the restyle workflow itself). |
Testing |
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.
base: ${{ steps.restyler.outputs.restyled-base }}
@jbampton check |
Thank you !! |
This PR adds restyle workflow that's triggered on pull requests.
Fixes #2797
refs #344