Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/validate-capabilities.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Validate SDK Compliance

on:
push:
branches:
- main
pull_request:

permissions:
contents: read

jobs:
validate:
uses: supabase/sdk/.github/workflows/validate-sdk-compliance.yml@main
with:
language: python
griffe-packages: >-
supabase supabase_auth postgrest storage3 realtime supabase_functions
griffe-search-paths: >-
src/supabase/src,src/auth/src,src/postgrest/src,src/storage/src,src/realtime/src,src/functions/src
3 changes: 3 additions & 0 deletions .sdk-parse-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exclude test directories and files from the public API surface parser
src/*/tests/
**/conftest.py
Loading
Loading