-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
It looks like uses: mrkkrp/ormolu-action@v8 immediately starts executing ormolu. This is unexpected and rarely intended. I expected the action to simply setup Ormolu, and not do anything unless told. I invoke Ormolu from a shell script so that my local build can be consistent with my GitHub CI. I also pass options to Ormolu and those should be consistent too.
I guess back to stack install ormolu for me. Too bad, because it takes forever to compile it.
On the aside, it would be helpful to see examples of passing the inputs documented here. I don't understand how to specify the pattern more than once.
webdevred