alexklibisz / elastiknn

Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.
https://alexklibisz.github.io/elastiknn
Apache License 2.0
368 stars 48 forks source link

Build: add sbt-scalafmt and linting check in CI workflow #594

Closed alexklibisz closed 10 months ago

alexklibisz commented 10 months ago

Related Issue

None

Changes

Adding scalafmt plugin as well as linting check in the CI workflow. Ran scalafmtAll.

Testing and Validation

Standard CI