From a88b8130b9dfd23713fb62f36a36f78ef96b023f Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Thu, 12 Sep 2024 19:10:41 -0700 Subject: [PATCH] Fix --- .buildkite/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.buildkite/ci.yml b/.buildkite/ci.yml index f7d148c364..73754f1ebd 100644 --- a/.buildkite/ci.yml +++ b/.buildkite/ci.yml @@ -11,21 +11,25 @@ steps: # Linting - key: "lint" group: ":robot: Lint" - agents: - queue: "build-linux" steps: - key: "clang-tidy" label: ":robot: clang-tidy" + agents: + queue: "build-linux" command: - "bun run clang-tidy" - key: "clang-format" label: ":robot: clang-format" + agents: + queue: "build-linux" command: - "bun run clang-format" - key: "zig-format" label: ":robot: zig-format" + agents: + queue: "build-linux" command: - "bun run zig-format"