mirror of
https://github.com/Iconica-Development/flutter_registration.git
synced 2025-05-19 05:23:43 +02:00
fix: Update to dart format
This commit is contained in:
parent
63d4773034
commit
a4cbbc5e74
1 changed files with 2 additions and 2 deletions
4
.github/workflows/flutter.yml
vendored
4
.github/workflows/flutter.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
channel: 'stable'
|
||||
- name: Flutter pub get
|
||||
run: flutter pub get
|
||||
- name: Flutter format
|
||||
run: flutter format -o none --set-exit-if-changed .
|
||||
- name: Dart format
|
||||
run: dart format -o none --set-exit-if-changed .
|
||||
- name: Flutter analyze
|
||||
run: flutter analyze
|
Loading…
Reference in a new issue