4646 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
4747 with :
4848 path : " ~/.pub-cache/hosted"
49- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:protobuf;commands:analyze_1- analyze_2"
49+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:protobuf;commands:analyze_2-analyze_3 "
5050 restore-keys : |
5151 os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:protobuf
5252 os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0
@@ -73,14 +73,14 @@ jobs:
7373 if : " always() && steps.protobuf_pub_upgrade.conclusion == 'success'"
7474 working-directory : protobuf
7575 job_003 :
76- name : " format_analyze; linux; Dart dev; PKG: api_benchmark; `dart format --output=none --set-exit-if-changed .`, `./../tool/setup.sh`, `./compile_protos.sh`"
76+ name : " format_analyze; linux; Dart dev; PKG: api_benchmark; `dart format --output=none --set-exit-if-changed .`, `./../tool/setup.sh`, `./compile_protos.sh`, `dart analyze` "
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Cache Pub hosted dependencies
8080 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
8181 with :
8282 path : " ~/.pub-cache/hosted"
83- key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:api_benchmark;commands:format-command_0-command_1"
83+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:api_benchmark;commands:format-command_0-command_1-analyze_0 "
8484 restore-keys : |
8585 os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:api_benchmark
8686 os:ubuntu-latest;pub-cache-hosted;sdk:dev
@@ -110,6 +110,10 @@ jobs:
110110 run : ./compile_protos.sh
111111 if : " always() && steps.api_benchmark_pub_upgrade.conclusion == 'success'"
112112 working-directory : api_benchmark
113+ - name : api_benchmark; dart analyze
114+ run : dart analyze
115+ if : " always() && steps.api_benchmark_pub_upgrade.conclusion == 'success'"
116+ working-directory : api_benchmark
113117 job_004 :
114118 name : " format_analyze; linux; Dart dev; PKG: benchmarks; `dart format --output=none --set-exit-if-changed .`, `./../tool/setup.sh`, `./tool/compile_protos.sh`, `dart analyze --fatal-infos`"
115119 runs-on : ubuntu-latest
@@ -118,7 +122,7 @@ jobs:
118122 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
119123 with :
120124 path : " ~/.pub-cache/hosted"
121- key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:benchmarks;commands:format-command_0-command_2-analyze_0 "
125+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:benchmarks;commands:format-command_0-command_2-analyze_1 "
122126 restore-keys : |
123127 os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:benchmarks
124128 os:ubuntu-latest;pub-cache-hosted;sdk:dev
@@ -160,7 +164,7 @@ jobs:
160164 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
161165 with :
162166 path : " ~/.pub-cache/hosted"
163- key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:format-analyze_0 "
167+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:format-analyze_1 "
164168 restore-keys : |
165169 os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protobuf
166170 os:ubuntu-latest;pub-cache-hosted;sdk:dev
@@ -194,7 +198,7 @@ jobs:
194198 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
195199 with :
196200 path : " ~/.pub-cache/hosted"
197- key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protoc_plugin;commands:format-command_0-command_3-analyze_0 "
201+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protoc_plugin;commands:format-command_0-command_3-analyze_1 "
198202 restore-keys : |
199203 os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protoc_plugin
200204 os:ubuntu-latest;pub-cache-hosted;sdk:dev
0 commit comments