-
Notifications
You must be signed in to change notification settings - Fork 13
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
Correct workflow .yml to add format check to block unformatted PRs #12
Comments
|
Thanks! I ended up implementing a modified version of the Here's the PR and a sample error message. |
@vtjeng the latest version of JuliaFormatter now returns a bool from |
Thanks! I like the check as written
because it helps users identify which files aren't formatted properly, but I'll make sure to use that in other scripts I'm writing. |
I'd like to add a check to ensure that
JuliaFormatter
has been run on PRs submitted to my repo so that contributors (mostly myself) can't merge code that isn't properly formatted.JuliaFormatter
or the version in this repo the preferred version?JuliaFormatter
to do with the PR or an issue with the workflow specified in that repo?The text was updated successfully, but these errors were encountered: