Skip to content

Commit

Permalink
add a check to validate that genai hasn't been enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Mar 4, 2025
1 parent bfb30da commit 4953da0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dartpad_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- run: flutter --version
- run: flutter pub get
- run: flutter analyze
- name: validate that GenAI has not been enabled
run: git grep "genAiEnabled = false"
- run: dart format --set-exit-if-changed .
- run: flutter build web
- run: flutter test

0 comments on commit 4953da0

Please sign in to comment.