diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6cda03 --- /dev/null +++ b/README.md @@ -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" +``` \ No newline at end of file