Skip to content

Commit

Permalink
chore: README
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 11, 2022
1 parent 56e1130 commit 99b7a54
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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"
```

0 comments on commit 99b7a54

Please sign in to comment.