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"