doc: fix broken doc links; add policies page (#452) #94
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 Offline First with Supabase | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- "packages/brick_offline_first_with_supabase/**" | |
- ".github/workflows/brick_offline_first_with_supabase.yaml" | |
env: | |
PUB_ENVIRONMENT: bot.github | |
jobs: | |
analyze_format_test: | |
uses: ./.github/workflows/reusable-dart-analyze-format-test.yaml | |
with: | |
package: brick_offline_first_with_supabase |