Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Kwarteng committed Jan 4, 2025
1 parent 7be5f78 commit e5a2da1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Verify formatting
run: flutter format --output=none --set-exit-if-changed .

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
run: flutter analyze

- name: Verify formatting
run: dart format --set-exit-if-changed .

# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note that Flutter projects will
# want to change this to 'flutter test'.
Expand Down

0 comments on commit e5a2da1

Please sign in to comment.