File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 1414 - run : ./am deps
1515 - run : ./am analyze --fatal-warnings --fatal-infos
1616
17- format-with-default-dart :
18- timeout-minutes : 10
19- runs-on : ubuntu-latest
20- steps :
21- - uses : actions/checkout@v2
22- - uses : subosito/flutter-action@v2
23- with :
24- channel : ' stable'
25- - run : ./am deps
26- - run : ls -a
27- - run : dart --version
28- - run : find . -name "*.dart" ! -name "*.g.dart" ! -name "*.freezed.dart" ! -path '*/generated/*' ! -path '*/gen/*' ! -path '*/build/*' | xargs dart format --set-exit-if-changed
29-
3017 format :
3118 timeout-minutes : 10
3219 runs-on : ubuntu-latest
3522 - uses : subosito/flutter-action@v2
3623 with :
3724 channel : ' stable'
38- - run : ./am dart --version
25+ - run : ./am deps
3926 - run : ./am format --verify
4027
4128 test :
You can’t perform that action at this time.
0 commit comments