File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,23 @@ jobs:
2323 # with:
2424 # token: ${{ secrets.TOKEN }}
2525
26- # - uses: actions/setup-java@v3.0.0
27- # with:
28- # distribution: "zulu"
29- # java-version: "11"
26+ - uses : actions/setup-java@v3.0.0
27+ with :
28+ distribution : " zulu"
29+ java-version : " 11"
3030
31- # - uses: subosito/flutter-action@v2.3.0
32- # with:
33- # channel: "stable"
31+ - uses : subosito/flutter-action@v2.3.0
32+ with :
33+ channel : " stable"
3434
35- # - name: "Flutter Doctor"
36- # run: flutter doctor -v
35+ - name : " Flutter Doctor"
36+ run : flutter doctor -v
3737
38- # - name: "Flutter Pub Get"
39- # run: flutter pub get
38+ - name : " Flutter Pub Get"
39+ run : flutter pub get
4040
41- # - name: "Flutter Format Check"
42- # run: dart format .
41+ - name : " Flutter Format Check"
42+ run : dart format .
4343
4444 # - name: "Run Test(s)"
4545 # run: flutter test --coverage
You can’t perform that action at this time.
0 commit comments