Skip to content

Commit d27fccb

Browse files
committed
temp 6
1 parent 8a0e2bc commit d27fccb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)