Skip to content

Commit

Permalink
ci: upgrade pana to 0.22.17
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Dec 18, 2024
1 parent 92adcb5 commit f548986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dart_package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:
working-directory: ${{ inputs.working_directory }}
shell: ${{ inputs.shell }}
run: |
dart pub global activate pana 0.21.45
dart pub global activate pana 0.22.17 --dartdoc-version=8.2.1
sudo apt-get install webp
PANA=$(pana . --no-warning); PANA_SCORE=$(echo $PANA | sed -n "s/.*Points: \([0-9]*\)\/\([0-9]*\)./\1\/\2/p")
echo "score: $PANA_SCORE"
Expand Down

0 comments on commit f548986

Please sign in to comment.