From 351d67ca145aa9fdf80646e0da7e3a456a29d4ae Mon Sep 17 00:00:00 2001 From: Tibet Tornaci Date: Sat, 3 Aug 2024 02:11:30 -0700 Subject: [PATCH] gh action for testing --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..6245ac8 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,14 @@ +on: + push: + pull_request: + branches: + "main" +name: bun test +jobs: + my-job: + name: bun test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: oven-sh/setup-bun@v1 + - run: bun test