Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 216 Bytes

File metadata and controls

15 lines (10 loc) · 216 Bytes

Contributing

Issue reports and pull requests are welcome.

Please test your changes:

bazel test //...

And run the linters/formatters:

pre-commit run --all-files