Skip to content

Commit

Permalink
chore: run format inside of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce committed Dec 15, 2023
1 parent cad0d91 commit fd0f602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: dart pub get

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

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
Expand Down

0 comments on commit fd0f602

Please sign in to comment.