From 26ebf85b0e09b530d1ebfed7da4ce3d35fb044be Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 27 Sep 2025 02:22:03 -0400 Subject: [PATCH] ci: format --- script/format.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/format.ts b/script/format.ts index f03439a32..c09809737 100755 --- a/script/format.ts +++ b/script/format.ts @@ -2,7 +2,7 @@ import { $ } from "bun" -await $`bun run prettier --ignore-unknown --write $(git ls-files)` +await $`bun run prettier --ignore-unknown --write` if (process.env["CI"] && (await $`git status --porcelain`.text())) { await $`git config --local user.email "action@github.com"`