Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
setup-bun
bun
name: my-workflow jobs: my-job: name: my-job runs-on: ubuntu-latest steps: # ... - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v2 # run any `bun` or `bunx` command - run: bun install
name: my-workflow jobs: my-job: name: my-job runs-on: ubuntu-latest steps: # ... - uses: oven-sh/setup-bun@v2 with: bun-version: "latest" # or "canary"