File tree Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 2929 run : |
3030 ./.github/workflows/scripts/copy-config.sh
3131 melos analyze:demos
32-
33- test :
34- runs-on : ubuntu-latest
35- steps :
36- - uses : actions/checkout@v3
37- - name : Install Flutter
38- uses : subosito/flutter-action@v2
39- with :
40- flutter-version : " 3.x"
41- channel : " stable"
42- - name : Install melos
43- run : flutter pub global activate melos
44- - name : Install dependencies
45- run : melos prepare
46- - name : Run flutter tests
47- run : melos test
48- - name : Run dart tests
49- run : melos test:web
Original file line number Diff line number Diff line change 2929 run : melos analyze:packages
3030 - name : Publish dry-run
3131 run : melos publish --dry-run --yes
32- - name : Check publish score
32+
33+ pana :
34+ runs-on : ubuntu-latest
35+ steps :
36+ - uses : actions/checkout@v3
37+ - name : Install Flutter
38+ uses : subosito/flutter-action@v2
39+ with :
40+ flutter-version : " 3.x"
41+ channel : " stable"
42+
43+ - name : Install Melos
44+ run : flutter pub global activate melos
45+ - name : Install dependencies
46+ run : melos prepare
47+ - name : Check pana score
3348 run : |
3449 flutter pub global activate pana
3550 melos analyze:packages:pana --no-select
You can’t perform that action at this time.
0 commit comments