Install pre-commit hooks to ensure code style is consistent before committing.
pre-commit install
Or run the style checkers manually.
sbt scalafmt
sbt scalastyle
When you push a new ..* (for example 0.1.0) tag to the repository, the GitHub Action will automatically package and create a new release.