diff options
Diffstat (limited to 'ops/pipelines')
-rw-r--r-- | ops/pipelines/depot.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/pipelines/depot.nix b/ops/pipelines/depot.nix index 3c9ee6b2143f..ad5a3faabe31 100644 --- a/ops/pipelines/depot.nix +++ b/ops/pipelines/depot.nix @@ -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) |