Skip to content

Commit a458f3c

Browse files
authored
Update flutter_analyze.yaml (#55)
* Update flutter_analyze.yaml * Update flutter_analyze.yaml * Update flutter_analyze.yaml
1 parent 9b7c2ec commit a458f3c

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

.github/workflows/flutter_analyze.yaml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,23 @@ name: flutter_analyze
33
on:
44
push:
55
branches:
6-
- main
7-
6+
- master
87
pull_request:
98
branches:
10-
- main
9+
- master
1110

1211
jobs:
1312
lint:
14-
strategy:
15-
matrix:
16-
os: [macos-12]
17-
flutter-version: ['3.24.1']
18-
flutter-channel: [stable]
19-
20-
name: flutter_analyze
21-
runs-on: ${{ matrix.os }}
13+
name: flutter_analyze_and_test
14+
runs-on: macos-latest
2215
steps:
2316
- name: set up repository
24-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
2518
- name: set up flutter
2619
uses: subosito/flutter-action@v2
2720
with:
28-
flutter-version: ${{ matrix.flutter-version }}
29-
channel: ${{ matrix.flutter-channel }}
30-
cache: false
21+
channel: 'stable'
22+
cache: true
3123
- name: flutter doctor
3224
run: flutter doctor -v
3325
- name: flutter pub get

0 commit comments

Comments
 (0)