mirror of
https://github.com/Iconica-Development/flutter_registration.git
synced 2025-05-19 13:23:45 +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'
|
channel: 'stable'
|
||||||
- name: Flutter pub get
|
- name: Flutter pub get
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
- name: Flutter format
|
- name: Dart format
|
||||||
run: flutter format -o none --set-exit-if-changed .
|
run: dart format -o none --set-exit-if-changed .
|
||||||
- name: Flutter analyze
|
- name: Flutter analyze
|
||||||
run: flutter analyze
|
run: flutter analyze
|
Loading…
Reference in a new issue