Skip to content
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

Closed
wants to merge 1 commit into from
Closed

PR to test formatting action #55

wants to merge 1 commit into from

Conversation

greimel
Copy link
Collaborator

@greimel greimel commented Sep 18, 2024

No description provided.

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
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" : ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
checked = wide ? "checked" : ""
checked = wide ? "checked" : ""

@greimel
Copy link
Collaborator Author

greimel commented Sep 18, 2024

I'd say that this works really nicely – too bad it doesn't work for PRs from outside.

@eford
Copy link
Collaborator

eford commented Sep 18, 2024

I agree. It would be easy to approve a PR like this quickly.
Is there any reason not to add this?
Maybe we sometimes do accept an external PR that doesn't follow formatting and then we trigger this with another PR, either intentionally or just when doing a v bump PR.

@eford
Copy link
Collaborator

eford commented Sep 18, 2024

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.

@adrhill
Copy link
Collaborator

adrhill commented Sep 19, 2024

Closed by #54.

@adrhill adrhill closed this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants