fix(supabase): improve query transformer with recursion and column na… #132
This file contains 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: Brick Supabase | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- "packages/brick_supabase/**" | |
- ".github/workflows/brick_supabase.yaml" | |
env: | |
PUB_ENVIRONMENT: bot.github | |
jobs: | |
analyze_format_test: | |
uses: ./.github/workflows/reusable-dart-analyze-format-test.yaml | |
with: | |
package: brick_supabase |