We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 737a3e8 + a2dad3a commit e99ea4bCopy full SHA for e99ea4b
1 file changed
.github/workflows/static-analysis.yaml
@@ -18,11 +18,17 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
- uses: dart-lang/setup-dart@v1
21
-
+ - uses: subosito/flutter-action@v2
22
+ with:
23
+ flutter-version: "2.10.0"
24
+ channel: "stable"
25
+ - run: flutter --version
26
- name: Checkout to target branch
27
run: |
28
git fetch
29
git checkout ${{ github.ref_name }}
30
+ - name: Fetch packages
31
+ run: flutter pub get
32
33
- name: Run static dart analysis with fatal infos
34
run: dart analyze --fatal-infos
0 commit comments