Skip to content

Commit 4daf154

Browse files
committed
chore: fix pana
1 parent 14a1760 commit 4daf154

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/actions/dart_package/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runs:
9494
working-directory: ${{ inputs.working_directory }}
9595
shell: ${{ inputs.shell }}
9696
run: |
97-
dart pub global activate pana 0.22.17
97+
dart pub global activate pana 0.22.21
9898
sudo apt-get install webp
9999
PANA=$(pana . --no-warning); PANA_SCORE=$(echo $PANA | sed -n "s/.*Points: \([0-9]*\)\/\([0-9]*\)./\1\/\2/p")
100100
echo "score: $PANA_SCORE"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/// A collection of lint rules built specifically for Dart Frog.
2+
/// Learn more at https://dart-frog.dev
3+
library;

0 commit comments

Comments
 (0)