File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- sdk : [3.7.2, stable]
16+ sdk : [stable]
1717
1818 steps :
1919 - name : Checkout repository
Original file line number Diff line number Diff line change 3939 needs : check_up_to_date
4040 strategy :
4141 matrix :
42- sdk : [3.7.2, stable]
42+ sdk : [stable]
4343
4444 steps :
4545 - name : Checkout Code
5050 with :
5151 sdk : ${{ matrix.sdk }}
5252
53- - name : Run Dart doctor
54- run : dart doctor -v
53+ - name : Install dependencies
54+ run : dart pub get
5555
5656 - name : Run Dart Analyzer (Lint)
5757 run : dart analyze
Original file line number Diff line number Diff line change 4444 - name : Check Flutter Version
4545 run : flutter --version
4646
47- - name : Get Flutter Dependencies
47+ - name : Install Dependencies
4848 run : flutter pub get
4949
5050 - name : Run Flutter Analyzer (Lint)
You can’t perform that action at this time.
0 commit comments