Skip to content

ref: Remove typeof SupabaseClient restriction from integration constr… #34

ref: Remove typeof SupabaseClient restriction from integration constr…

ref: Remove typeof SupabaseClient restriction from integration constr… #34

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run test
- run: npm run lint