mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
chore: new example
This commit is contained in:
parent
08cc23c06e
commit
c52f1f18be
1 changed files with 9 additions and 0 deletions
|
@ -20,3 +20,12 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
|||
with:
|
||||
bun-version: "0.1.3"
|
||||
```
|
||||
|
||||
### Test builds
|
||||
|
||||
```yaml
|
||||
- uses: xhyrom/setup-bun@v0.1.3
|
||||
with:
|
||||
bun-version: latest
|
||||
misc-test-builds: true
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue