chore: update sdk-compliance.yaml for renamed capability matrix IDs #43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate SDK Compliance | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| validate: | |
| uses: supabase/sdk/.github/workflows/validate-sdk-compliance-python.yml@main | |
| with: | |
| 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 |