Skip to content

Commit

Permalink
Update workflow to use dart format command
Browse files Browse the repository at this point in the history
  • Loading branch information
shyndman committed May 4, 2023
1 parent 4e57ad8 commit 627a13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: flutter pub get

# Check for any formatting issues in the code.
- run: flutter format --set-exit-if-changed .
- run: dart format --set-exit-if-changed .

# Statically analyze the Dart code for any errors.
- run: flutter analyze .
Expand Down

0 comments on commit 627a13b

Please sign in to comment.