Skip to content

Commit

Permalink
CI: Run 'Verify formatting' only on stable sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Bungeefan committed Jul 25, 2023
1 parent b31f8e9 commit 84c1668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

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

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

0 comments on commit 84c1668

Please sign in to comment.