Releases: sparksp/elm-format-action
Releases · sparksp/elm-format-action
Security release
Minor Fixes and Updates
- Add missing
working-directory
to action.yml - Add missing
required
properties to action.yml - Update project dependencies
Working Directory Option
Adds a working-directory
option incase your Elm project is not in the current directory.
Security Release
First Release
- error annotations for any files that are not formatted
- support for multiple files to elm-format
- support for file globs
- support for excluding files (via globs)