Skip to content

Commit 8f98b69

Browse files
committed
ci: comment stream_feed_flutter for now
1 parent a4efd39 commit 8f98b69

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/pana.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,25 @@ jobs:
7575
echo Score too low!
7676
exit 1
7777
fi
78-
stream_feed_flutter:
79-
runs-on: ubuntu-latest
80-
steps:
81-
- uses: actions/checkout@v2
82-
- uses: axel-op/dart-package-analyzer@v3
83-
id: analysis
84-
with:
85-
githubToken: ${{ secrets.GITHUB_TOKEN }}
86-
relativePath: packages/stream_feed_flutter
87-
- name: Check scores
88-
env:
89-
# NB: "analysis" is the id set above. Replace it with the one you used if different.
90-
TOTAL: ${{ steps.analysis.outputs.total }}
91-
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
92-
run: |
93-
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
94-
if (( $PERCENTAGE < 90 ))
95-
then
96-
echo Score too low!
97-
exit 1
98-
fi
78+
# stream_feed_flutter:
79+
# runs-on: ubuntu-latest
80+
# steps:
81+
# - uses: actions/checkout@v2
82+
# - uses: axel-op/dart-package-analyzer@v3
83+
# id: analysis
84+
# with:
85+
# githubToken: ${{ secrets.GITHUB_TOKEN }}
86+
# relativePath: packages/stream_feed_flutter
87+
# - name: Check scores
88+
# env:
89+
# # NB: "analysis" is the id set above. Replace it with the one you used if different.
90+
# TOTAL: ${{ steps.analysis.outputs.total }}
91+
# TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
92+
# run: |
93+
# PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
94+
# if (( $PERCENTAGE < 90 ))
95+
# then
96+
# echo Score too low!
97+
# exit 1
98+
# fi
9999

0 commit comments

Comments
 (0)