mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Fix
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user