File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Checkout code
1616 uses : actions/checkout@v4
17- - name : Install melos
18- run : |
19- flutter pub global activate melos
20- echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
21- echo "$HOME/AppData/Local/Pub/Cache/bin" >> $GITHUB_PATH
22- - name : Initialize workspace
23- run : melos bootstrap
17+ - name : Install melos and initialize workspace
18+ uses : bluefireteam/melos-action@v3
2419 - name : Check format
2520 run : melos format --output none --set-exit-if-changed
2621
3227 steps :
3328 - name : Checkout code
3429 uses : actions/checkout@v4
35- - name : Install melos
36- run : |
37- flutter pub global activate melos
38- echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
39- echo "$HOME/AppData/Local/Pub/Cache/bin" >> $GITHUB_PATH
40- - name : Initialize workspace
41- run : melos bootstrap
30+ - name : Install melos and initialize workspace
31+ uses : bluefireteam/melos-action@v3
4232 - name : Lint using flutter analyze
43- run : melos analyze
33+ run : flutter analyze
You can’t perform that action at this time.
0 commit comments