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