This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 6969 - dart pub run test
7070 - name : publishable
7171 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.
7474 CHANNEL : stable
7575 CHANGE_DESC : " $TMPDIR/change-description.txt"
7676 version_check_script :
8888 - fi
8989 publish_check_script : ./script/tool_runner.sh publish-check
9090 - 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
9495 - name : federated_safety
9596 # This check is only meaningful for PRs, as it validates changes
9697 # rather than state.
You can’t perform that action at this time.
0 commit comments