Skip to content

Commit

Permalink
flutter format -> dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
otopba committed Sep 1, 2023
1 parent b027e44 commit 81ac4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- run: dart format --set-exit-if-changed .

package-analysis:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 81ac4d5

Please sign in to comment.