File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 cache : true
1919 - uses : bluefireteam/melos-action@v3
20+ with :
21+ include-privat : true
2022 - name : Lint analysis
2123 run : melos format --set-exit-if-changed .
2224
2931 with :
3032 cache : true
3133 - uses : bluefireteam/melos-action@v3
34+ with :
35+ include-privat : true
3236 - name : Lint analysis
3337 run : melos analyze --fatal-warnings --fatal-infos --concurrency 10
3438
4953 flutter-version : ${{ matrix.sdk }}
5054 cache : true
5155 - uses : bluefireteam/melos-action@v3
56+ with :
57+ include-privat : true
5258 - uses : actions/setup-java@v4
5359 with :
5460 java-version : ' 17'
8086 flutter-version : ${{ matrix.sdk }}
8187 cache : true
8288 - uses : bluefireteam/melos-action@v3
89+ with :
90+ include-privat : true
8391 - uses : maxim-lobanov/setup-cocoapods@v1
8492 with :
8593 podfile-path : example/ios/Podfile.lock
@@ -109,5 +117,7 @@ jobs:
109117 flutter-version : ${{ matrix.sdk }}
110118 cache : true
111119 - uses : bluefireteam/melos-action@v3
120+ with :
121+ include-privat : true
112122 - name : Build web
113123 run : flutter build web
You can’t perform that action at this time.
0 commit comments