From 8c4257fe76551f710cf7cc9fba18e200217de756 Mon Sep 17 00:00:00 2001 From: Aj Wazzan Date: Sun, 16 Mar 2025 22:22:20 -0700 Subject: [PATCH] minor --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index fda661b82..29bc7fc4a 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -16,7 +16,7 @@ jobs: bun-version: latest - uses: actions/setup-node@v4 - run: | - bun + bun install bun run format - uses: autofix-ci/action@v1 with: