Skip to content

Commit

Permalink
Fix pana job
Browse files Browse the repository at this point in the history
  • Loading branch information
quoc-huynh-cosee committed Nov 21, 2023
1 parent 329595e commit 31445c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
uses: actions/cache@v3
id: flutter_cache
with:
path: .dart_tool/
path: |
.dart_tool/
~/.pub-cache/
key: ${{ runner.os }}-${{ hashFiles('**/pubspec.lock') }}
- name: Install Dependencies
run: |
flutter pub get
echo $GITHUB_PATH:$HOME/.pub-cache/bin >> $GITHUB_PATH
flutter pub global activate pana
- name: Verify Pub Score
run: ./tool/verify_pub_score.sh

0 comments on commit 31445c5

Please sign in to comment.