mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 02:30:26 +08:00
chore: README
This commit is contained in:
parent
56e1130806
commit
99b7a54894
22
README.md
Normal file
22
README.md
Normal 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"
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user