Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Sep 14, 2023
1 parent bb6daef commit 4522ff9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ on:
- develop
paths-ignore:
- '**.md'
- 'doc/**'
- '.git/'
- '.vscode/'
- doc/**
- .git/
- .vscode/

jobs:
analyze:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: ⚙️ Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: stable
cache: true
- name: ⚠️ℹ️ Run Dart analysis for hmssdk_flutter package
uses: zgosalvez/[email protected]
Expand All @@ -43,7 +43,7 @@ jobs:
- name: ⚠️ℹ️ Run Dart analysis for hms_room_kit package
uses: zgosalvez/[email protected]
with:
working-directory: "${{github.workspace}}/packages/hms_room_kit"
working-directory: "${{github.workspace}}/packages/hms_room_kit"
- name: 📈 Check metrics
uses: dart-code-checker/[email protected]
with:
Expand Down

0 comments on commit 4522ff9

Please sign in to comment.