mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-22 14:38:26 +02:00
Merge branch 'main' into new-lambda-hotdog-bus
This commit is contained in:
commit
ef1386c94a
6 changed files with 435 additions and 130 deletions
10
.github/workflows/format.yml
vendored
10
.github/workflows/format.yml
vendored
|
@ -17,16 +17,14 @@ jobs:
|
|||
- 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
|
||||
run: bun run format
|
||||
|
||||
- name: 💾 Commit
|
||||
uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
|
Loading…
Add table
Add a link
Reference in a new issue