File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments