File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 analyze :
99 runs-on : ubuntu-latest
1010 name : Dart Analyze
11-
1211 steps :
13- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1413 - uses : subosito/flutter-action@v2
14+ with :
15+ flutter-version : ' 2.x'
16+ channel : ' any'
1517 - run : flutter pub get
1618 - run : flutter analyze
17- score :
18- runs-on : ubuntu-latest
19- name : Dart package score
2019
21- steps :
22- - uses : actions/checkout@v2
23- - uses : axel-op/dart-package-analyzer@v3
24- with :
25- githubToken : ${{ secrets.GITHUB_TOKEN }}
20+ # TODO https://github.com/Flagsmith/flagsmith-flutter-client/issues/57
2621
2722 publishing :
2823 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3636 - run : flutter pub get
3737 - run : flutter pub test
3838
39- score :
40- runs-on : ubuntu-latest
41- name : Dart package score
42-
43- steps :
44- - uses : actions/checkout@v3
45- - uses : axel-op/dart-package-analyzer@v3
46- with :
47- githubToken : ${{ secrets.GITHUB_TOKEN }}
39+ # TODO https://github.com/Flagsmith/flagsmith-flutter-client/issues/57
4840
4941 publishing :
5042 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments