File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1- name : Test and Lint
1+ name : CI
22
33on :
44 push :
55
6- env :
7- FLUTTER_VERSION : 3.10.0
8-
96jobs :
107 test :
118 name : Run test
129 runs-on : ubuntu-latest
1310 steps :
14- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1512 - name : Set up Flutter
1613 uses : subosito/flutter-action@v2
1714 with :
18- flutter-version : ${{ env.FLUTTER_VERSION }}
1915 channel : ' stable'
2016 - name : Run pub get
2117 run : flutter pub get
@@ -26,11 +22,10 @@ jobs:
2622 name : Run lint
2723 runs-on : ubuntu-latest
2824 steps :
29- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
3026 - name : Set up Flutter
3127 uses : subosito/flutter-action@v2
3228 with :
33- flutter-version : ${{ env.FLUTTER_VERSION }}
3429 channel : ' stable'
3530 - name : Run pub get
3631 run : flutter pub get
You can’t perform that action at this time.
0 commit comments