mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 18:50:10 +08:00
ci(format): use bun
bun install is rqeuired for patches
This commit is contained in:
parent
bba0526227
commit
6d50d76ee5
12
.github/workflows/format.yml
vendored
12
.github/workflows/format.yml
vendored
@ -16,15 +16,13 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
- name: Setup Bun
|
||||
uses: ./
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
run: bun install
|
||||
- name: Format
|
||||
run: |
|
||||
npm run format
|
||||
npm run build
|
||||
bun run format
|
||||
bun run build
|
||||
- name: Commit
|
||||
uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
|
||||
|
Loading…
x
Reference in New Issue
Block a user