File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 69
69
- dart pub run test
70
70
- name : publishable
71
71
env :
72
- # TODO (mvanbeusekom): Temporary override to "stable" because of failure on "master".
73
- # Remove override once https://github.com/dart-lang/pub/issues/3152 is resolved.
72
+ # TODO (mvanbeusekom): Temporary override to "stable" because of failure on "master".
73
+ # Remove override once https://github.com/dart-lang/pub/issues/3152 is resolved.
74
74
CHANNEL : stable
75
75
CHANGE_DESC : " $TMPDIR/change-description.txt"
76
76
version_check_script :
88
88
- fi
89
89
publish_check_script : ./script/tool_runner.sh publish-check
90
90
- name : format
91
- format_script : ./script/tool_runner.sh format --fail-on-change
92
- pubspec_script : ./script/tool_runner.sh pubspec-check
93
- license_script : dart $PLUGIN_TOOL license-check
91
+ always :
92
+ format_script : ./script/tool_runner.sh format --fail-on-change
93
+ pubspec_script : ./script/tool_runner.sh pubspec-check
94
+ license_script : dart $PLUGIN_TOOL license-check
94
95
- name : federated_safety
95
96
# This check is only meaningful for PRs, as it validates changes
96
97
# rather than state.
You can’t perform that action at this time.
0 commit comments