Skip to content

Commit fece8dc

Browse files
[ci] Always run all format steps (flutter#4427)
1 parent 9a78953 commit fece8dc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.cirrus.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ task:
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:
@@ -88,9 +88,10 @@ task:
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.

0 commit comments

Comments
 (0)