We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a1760 commit 4daf154Copy full SHA for 4daf154
.github/actions/dart_package/action.yaml
@@ -94,7 +94,7 @@ runs:
94
working-directory: ${{ inputs.working_directory }}
95
shell: ${{ inputs.shell }}
96
run: |
97
- dart pub global activate pana 0.22.17
+ dart pub global activate pana 0.22.21
98
sudo apt-get install webp
99
PANA=$(pana . --no-warning); PANA_SCORE=$(echo $PANA | sed -n "s/.*Points: \([0-9]*\)\/\([0-9]*\)./\1\/\2/p")
100
echo "score: $PANA_SCORE"
packages/dart_frog_lint/lib/dart_frog_lint.dart
@@ -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