feat(ci): run buf check lint in CI
Breaking change detection will run but not enforce. Emoji of water buffalo was chosen by @pedge fiat in the bufbuild slack. Change-Id: Ie292f2bfddc0e3bc512e4a138c0b5d0fa2603bad Reviewed-on: https://cl.tvl.fyi/c/depot/+/1247 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
cf34184038
commit
4dd236be53
2 changed files with 13 additions and 0 deletions
|
@ -17,5 +17,9 @@ let
|
|||
command = "nix-build -A ciBuilds.__allTargets --show-trace";
|
||||
label = ":duck:";
|
||||
}
|
||||
{
|
||||
command = "${depot.nix.bufCheck}/bin/ci-buf-check";
|
||||
label = ":water_buffalo:";
|
||||
}
|
||||
];
|
||||
in writeText "depot.yaml" (toJSON pipeline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue