Skip to content

Commit

Permalink
ci: use latest pana version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 12, 2021
1 parent 0ad9b65 commit 53aa965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pub_updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Dependencies
run: |
flutter packages get
flutter pub global activate pana 0.19.1
flutter pub global activate pana
- name: Verify Pub Score
run: |
PANA=$(pana . --no-warning); PANA_SCORE=$(echo $PANA | sed -n "s/.*Points: \([0-9]*\)\/\([0-9]*\)./\1\/\2/p")
Expand Down

0 comments on commit 53aa965

Please sign in to comment.