setup-bun/README.md

22 lines
350 B
Markdown
Raw Normal View History

2022-07-11 10:18:22 +02:00
# setup-bun
> Huge inspiration [setup-deno](https://github.com/denoland/setup-deno)
Set up your GitHub Actions workflow with a specific version of Bun.
## Usage
### Latest stable
```yaml
- uses: xhyrom/setup-bun@v1
with:
bun-version: latest
```
### Specific version
```yaml
- uses: xhyrom/setup-bun@v1
with:
bun-version: "0.1.2"
```