Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 373 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 373 Bytes

Contributing

Code Style

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

Publishing

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.