ci: pass the src directory to 'zig fmt' (#20114)

Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
This commit is contained in:
Meghan Denny
2025-05-31 17:52:18 -08:00
committed by GitHub
parent ce8767cdc8
commit ba78d5b2c3
63 changed files with 1 additions and 95 deletions

View File

@@ -9,7 +9,6 @@ const default_allocator = bun.default_allocator;
const std = @import("std");
const FileSystem = @import("../fs.zig").FileSystem;
const options = @import("../options.zig");
const js_ast = bun.JSAst;