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 14
14
- run : ./am deps
15
15
- run : ./am analyze --fatal-warnings --fatal-infos
16
16
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
-
30
17
format :
31
18
timeout-minutes : 10
32
19
runs-on : ubuntu-latest
35
22
- uses : subosito/flutter-action@v2
36
23
with :
37
24
channel : ' stable'
38
- - run : ./am dart --version
25
+ - run : ./am deps
39
26
- run : ./am format --verify
40
27
41
28
test :
You can’t perform that action at this time.
0 commit comments