chshersh / iris

🌈 Haskell CLI Framework supporting Command Line Interface Guidelines
https://hackage.haskell.org/package/iris
Mozilla Public License 2.0
173 stars 21 forks source link

Fixes #78 pre commit hooks in ci #82

Closed marcellourbani closed 1 year ago

marcellourbani commented 1 year ago

As I mentioned in the issue, this could have been done with a deprecated action or an external service I decided instead to just use the CLI, and basically do what the action did.

I also cleaned trailing spaces with the hook to make the action succeed, even if that was #77 - feel free to ditch my other PR who is redundant as you can see from my own CI before fixing spaces: image and after image

chshersh commented 1 year ago

@marcellourbani Thanks a lot for putting your time into this! The simplest approach looks good enough to me 👍🏻

Before merging, I'd like to hear your thoughts on my comment on the issue:

Feel free to reply here or there 🙂

chshersh commented 1 year ago

Closing as per comment in the issue: