From 99b7a5489425ddbac7c522c4932ed3de304e2ad6 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Mon, 11 Jul 2022 10:18:22 +0200 Subject: [PATCH] chore: README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md 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