Skip to content

Commit 8105094

Browse files
committed
fix(CI): remove bun install
1 parent 31ee6a9 commit 8105094

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
uses: oven-sh/setup-bun@v2
2424
with:
2525
bun-version: latest
26-
- name: Install dependencies
27-
run: bun install --frozen-lockfile
2826
- name: Run Prettier
2927
run: bunx prettier@v3 -w .
3028
- name: Commit if changed

0 commit comments

Comments
 (0)