Skip to content

Commit 84c1668

Browse files
committed
CI: Run 'Verify formatting' only on stable sdk
1 parent b31f8e9 commit 84c1668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
# Uncomment this step to verify the use of 'dart format' on each commit.
3535
- name: Verify formatting
36+
if: matrix.sdk == 'stable'
3637
run: dart format --output=none --set-exit-if-changed .
3738

3839
# Consider passing '--fatal-infos' for slightly stricter analysis.

0 commit comments

Comments
 (0)