chore: new example

This commit is contained in:
Hyro 2022-07-13 09:42:54 +02:00 committed by GitHub
parent 08cc23c06e
commit c52f1f18be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```