mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 03:00:39 +08:00
ci(format): use bun
bun install is rqeuired for patches
This commit is contained in:
parent
6d50d76ee5
commit
26e8dada10
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
uses: ./
|
uses: oven-sh/setup-bun@v2
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
- name: Format
|
- name: Format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user