A composite action that validates elm code by
- checking the formatting with
elm-format
- linting the code using
elm-review
with this config - then finally it compiles the code
In order to use this action all you have to do is add this to your target job:
- uses: PaackEng/elm-validate-action@main