justgook / setup-elm

BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Also setup elm-test and elm-format? #1

Open gampleman opened 4 years ago

gampleman commented 4 years ago

I suspect that most elm CI pipelines will by default want to check:

It would be nice to have an action that sets up all of these things.

justgook commented 4 years ago

Main target of that setup is setup elm as pure as possible. elm-format - kind of possible to setup without the need of using nodejs (it have it own executable) elm-test - still is nodejs executable - that I would like to avoid until it become part of elm compiler or independent executable.