Skip to content

Commit

Permalink
added dart analyze linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 19, 2023
1 parent 7da7e00 commit 262a1c7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,19 @@ jobs:
with:
channel: stable
cache: true
- name: Get Flutter dependencies in Core SDK
run: flutter pub get
working-directory: packages/hmssdk_flutter
- name: Get Flutter dependencies in Room Kit
run: flutter pub get
working-directory: packages/hms_room_kit
- name: Analyze Dart
uses: zgosalvez/github-actions-analyze-dart@v2
- name: Build Android App Bundle
env:
FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
run: |
echo $FIREBASE_CONFIG > packages/hmssdk_flutter/example/android/app/google-services.json
cd packages/hmssdk_flutter/example
flutter analyze
flutter build appbundle --debug -t lib/main.dart
shell: bash

0 comments on commit 262a1c7

Please sign in to comment.