Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Latest commit

History

History
14 lines (10 loc) 路 331 Bytes

File metadata and controls

14 lines (10 loc) 路 331 Bytes

How to Contribute

Formatting

Starlark files should be formatted by buildifier. We suggest using a pre-commit hook to automate this. First install pre-commit, then run

pre-commit install

Otherwise later tooling on CI will yell at you about formatting/linting violations.