From c52f1f18bee652d54098e7cacb6b7c7d693d0162 Mon Sep 17 00:00:00 2001 From: Hyro Date: Wed, 13 Jul 2022 09:42:54 +0200 Subject: [PATCH] chore: new example --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 21b3265..1eb66a2 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,12 @@ Set up your GitHub Actions workflow with a specific version of Bun. with: bun-version: "0.1.3" ``` + +### Test builds + +```yaml +- uses: xhyrom/setup-bun@v0.1.3 + with: + bun-version: latest + misc-test-builds: true +```