Skip to content

Releases: stringbean/scalafmt-action

3.0.0

20 Feb 13:15
405c773
Compare
Choose a tag to compare

Changes:

  • Switches to Node 16 runtime.
  • Updated dependencies.
  • Removes --git true from CLI args if using scalafmt 3.

Warning
This version uses the node16 and a minimum Actions Runner version of v2.285.0 to run.

3.0.0-beta.2

20 Feb 12:58
a7bc2b1
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

Changes:

  • Removes --git true from CLI args if using scalafmt 3.

3.0.0-beta.1

20 Feb 12:56
afe659f
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

Changes:

  • Switches to Node 16 runtime.
  • Updated dependencies.

2.0.1

14 Jan 19:57
7edc68f
Compare
Choose a tag to compare

Update dependencies & publish to marketplace.

v2.0.0

18 Jul 09:29
c7b05de
Compare
Choose a tag to compare

Switches to nodejs for fetching scalafmt and parsing errors.

Improvements:

  • Formatting issues fixed in base branch but unchanged in current branch will no longer raise errors.
  • No longer fail the build if scalafmt returns a non-zero exit code but doesn't emit any errors.

Changes since 2.0.0-beta:

  • Updated dependencies

2.0.0-beta

19 May 17:12
3ceac79
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

Switches to nodejs for fetching scalafmt and parsing errors.

Improvements:

  • Formatting issues fixed in base branch but unchanged in current branch will no longer raise errors.
  • No longer fail the build if scalafmt returns a non-zero exit code but doesn't emit any errors.

1.0.0

18 Mar 15:03
64f0cd7
Compare
Choose a tag to compare

Initial release.