Skip to content

refactor: Use generated types from Supabase (#471) #963

refactor: Use generated types from Supabase (#471)

refactor: Use generated types from Supabase (#471) #963

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn lint