Adds titles for a TOC

This commit is contained in:
Copple
2023-07-22 07:19:37 -07:00
committed by GitHub
parent 2bed722236
commit cffb91a288

View File

@@ -4,6 +4,8 @@ You can use the Supabase CLI to automatically generate Typescript definitions fr
Inside your repository, create a new file inside the `.github/workflows` folder called `generate-types.yml`. Copy this snippet inside the file, and the action will run whenever a new PR is created:
## Verify types
```yaml
name: 'generate-types'
on:
@@ -27,3 +29,8 @@ jobs:
exit 1
fi
```
## More resources
- Using supabase-js with type definitions: [Typescript Support](https://supabase.com/docs/reference/javascript/typescript-support)