Skip to content

Commit 6d7ef1f

Browse files
committed
reduce faye_dart pana check point
Signed-off-by: Sahil Kumar <[email protected]>
1 parent 7c8c021 commit 6d7ef1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
2929
run: |
3030
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
31-
if (( $PERCENTAGE < 90 ))
31+
if (( $PERCENTAGE < 80 ))
3232
then
3333
echo Score too low!
3434
exit 1

0 commit comments

Comments
 (0)