We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31f8e9 commit 84c1668Copy full SHA for 84c1668
.github/workflows/dart.yml
@@ -33,6 +33,7 @@ jobs:
33
34
# Uncomment this step to verify the use of 'dart format' on each commit.
35
- name: Verify formatting
36
+ if: matrix.sdk == 'stable'
37
run: dart format --output=none --set-exit-if-changed .
38
39
# Consider passing '--fatal-infos' for slightly stricter analysis.
0 commit comments