fix: Update to dart format

This commit is contained in:
Bugfix Jacques 2023-09-20 16:58:08 +02:00
parent 63d4773034
commit a4cbbc5e74

View file

@ -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