You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It looks like
uses: mrkkrp/ormolu-action@v8
immediately starts executingormolu
. 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.The text was updated successfully, but these errors were encountered: