mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
10 lines
234 B
YAML
10 lines
234 B
YAML
name: 'Setup Bun'
|
|
description: 'Install Bun and cache dependencies'
|
|
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- name: Setup bun
|
|
uses: oven-sh/setup-bun@v2
|
|
with:
|
|
bun-version-file: 'package.json'
|