diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aade00b..a2695a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,12 +28,12 @@ jobs: - name: Try bun run: bun add types - test-mac: - runs-on: macos-latest - steps: - - uses: actions/checkout@v2 - - name: Setup Bun - run: curl https://bun.sh/install | bash + test-mac: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2 + - name: Setup Bun + run: curl https://bun.sh/install | bash - - name: Try bun - run: bun \ No newline at end of file + - name: Try bun + run: bun \ No newline at end of file