Skip to content

Releases: sparksp/elm-format-action

Security release

11 Dec 20:44
c1e0bea
Compare
Choose a tag to compare

Updates to dependencies, including switching to use elm-tooling in development.

Minor Fixes and Updates

08 Jan 11:24
0b294b6
Compare
Choose a tag to compare
  • Add missing working-directory to action.yml
  • Add missing required properties to action.yml
  • Update project dependencies

Working Directory Option

17 Aug 16:59
3243fca
Compare
Choose a tag to compare

Adds a working-directory option incase your Elm project is not in the current directory.

Security Release

23 Jul 09:36
fa3e4fd
Compare
Choose a tag to compare
  • Bumps lodash from 4.17.15 to 4.17.19. (#13)

First Release

23 Jul 09:35
Compare
Choose a tag to compare
  • 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)