Skip to content

Commit

Permalink
flutter format became dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
lcuis committed Aug 16, 2023
1 parent 65af1e8 commit 0ffc25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: flutter format .
- run: dart format .
- run: flutter analyze
- run: flutter config --enable-web
- run: flutter config --enable-linux-desktop
Expand Down

0 comments on commit 0ffc25a

Please sign in to comment.