Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit authored Nov 8, 2023
1 parent 4200bb2 commit 4ac7454
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- 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: Dart Format
run: dart format .
- name: Dart Fix
Expand All @@ -57,10 +54,6 @@ jobs:
uses: invertase/github-action-dart-analyzer@v1
with:
working-directory: packages/hmssdk_flutter
- name: Flutter Analyze in Room Kit
uses: invertase/github-action-dart-analyzer@v1
with:
working-directory: packages/hms_room_kit
- name: Commit and Push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 4ac7454

Please sign in to comment.