mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
ci(format): use bun
bun install is rqeuired for patches
This commit is contained in:
parent
6d50d76ee5
commit
26e8dada10
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue