This commit is contained in:
Ashcon Partovi
2024-09-12 19:10:41 -07:00
parent 2139e8442a
commit a88b8130b9

View File

@@ -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"