chore: remove debugging, build

This commit is contained in:
xHyroM 2022-07-12 09:29:03 +02:00
parent 9bbc376c40
commit bf0dbd9f81
3 changed files with 11 additions and 9 deletions

View file

@ -26,4 +26,14 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Try bun
run: bun add types
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
- name: Try bun
run: bun