Releases: stringbean/scalafmt-action
Releases · stringbean/scalafmt-action
3.0.0
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
Changes:
- Removes
--git true
from CLI args if using scalafmt 3.
3.0.0-beta.1
Changes:
- Switches to Node 16 runtime.
- Updated dependencies.
2.0.1
Update dependencies & publish to marketplace.
v2.0.0
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
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
Initial release.