chore: README

This commit is contained in:
xHyroM 2022-07-11 10:18:22 +02:00
parent 56e1130806
commit 99b7a54894

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# 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"
```