1

Enable Lint on CI (#2)

This commit is contained in:
Zhongpeng Lin
2023-02-19 21:48:09 -08:00
committed by Motiejus Jakštys
parent a1b1be2303
commit fef28b9706
14 changed files with 332 additions and 79 deletions

View File

@@ -1,6 +1,8 @@
steps:
- label: "Build"
command: tools/bazel build //...
- label: "Lint"
command: ci/lint
agents:
- "queue=init"
- "docker=*"