mdgriffith / elm-codegen

https://package.elm-lang.org/packages/mdgriffith/elm-codegen/latest/
BSD 3-Clause "New" or "Revised" License
138 stars 16 forks source link

Add GitHub Actions scripts to run tests in CI #45

Closed jfmengels closed 2 years ago

jfmengels commented 2 years ago

This should work :)

I think you should add more commands if you want to run all the tests.

I also think you should run elm-format --validate, but I couldn't get it to pass when run inside the test script for some reason :thinking:

mdgriffith commented 2 years ago

Wonderful, thank you!