Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 401 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 401 Bytes

elm-validate-action

A composite action that validates elm code by

  1. checking the formatting with elm-format
  2. linting the code using elm-review with this config
  3. then finally it compiles the code

Usage

In order to use this action all you have to do is add this to your target job:

- uses: PaackEng/elm-validate-action@main