haskell / actions

Github actions for Haskell CI
146 stars 54 forks source link

Format hlint messages with newlines instead of `▫︎` #265

Closed abooij closed 11 months ago

abooij commented 1 year ago

I find the long lines with ▫︎ quite difficult to read. This is an untested attempt to improve formatting.

andreasabel commented 1 year ago

ATTN: @mihaimaruseac

mihaimaruseac commented 1 year ago

This LGTMs

andreasabel commented 1 year ago

@mihaimaruseac : Does your offer still stand to move the hlint-setup and hlint-run actions to the haskell-action organization? I sent you an invitation now.

mihaimaruseac commented 1 year ago

It does. Sorry for the late response, been travelling.

Just accepted the invite, will start working on the migration, etc. soon.

Thank you

mihaimaruseac commented 1 year ago

@andreasabel I have a question: Should this be moved to https://github.com/haskell-actions/hlint-scan or we first need to create a hlint-run repo?

mihaimaruseac commented 11 months ago

This now should be moved to https://github.com/haskell-actions/hlint-run after the split?

andreasabel commented 11 months ago

This now should be moved to https://github.com/haskell-actions/hlint-run after the split?

Yes!

@abooij Please reopen this PR somewhere suitable in the @haskell-actions organization.

abooij commented 11 months ago

Done; see haskell-actions/hlint-run#18. Closing this PR in its favor.