diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml new file mode 100644 index 0000000..22346df --- /dev/null +++ b/.github/workflows/check.yaml @@ -0,0 +1,24 @@ +name: Check + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + check: + runs-on: ubuntu-latest + env: + AUTH_SECRET: secret + # DATABASE_URL: + steps: + - uses: actions/checkout@v3 + - uses: oven-sh/setup-bun@v1 + with: + bun-version: latest + - uses: actions/setup-node@v3 + - run: bun run setup + - run: bun run check diff --git a/bun.lockb b/bun.lockb index 841970b..5ec448f 100755 Binary files a/bun.lockb and b/bun.lockb differ