-
Notifications
You must be signed in to change notification settings - Fork 16
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
PR to test formatting action #55
Conversation
@@ -15,7 +15,7 @@ function Base.show(io, mime::MIME"text/html", fld::Foldable) | |||
write(io, "<details><summary>$(fld.title)</summary><p>") | |||
show(io, mime, fld.content) | |||
write(io, "</p></details>") | |||
return nothing | |||
nothing |
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.
[JuliaFormatter] reported by reviewdog 🐶
nothing | |
return nothing |
@@ -86,7 +86,7 @@ | |||
function ChooseDisplayMode(; | |||
wide::Bool=false, present::Bool=false, lang::AbstractLanguage=default_language[] | |||
) # Adapted from PlutoThemes.jl | |||
checked = wide ? "checked" : "" | |||
checked = wide ? "checked" : "" |
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.
[JuliaFormatter] reported by reviewdog 🐶
checked = wide ? "checked" : "" | |
checked = wide ? "checked" : "" |
I'd say that this works really nicely – too bad it doesn't work for PRs from outside. |
I agree. It would be easy to approve a PR like this quickly. |
FWIW, I think one set of formatting tests is sufficient. So I'd suggest removing the format tests from the "Julia tests" action for versions 1 and pre. |
Closed by #54. |
No description provided.