mirror of
https://github.com/Iconica-Development/flutter_google_track_and_trace.git
synced 2025-05-19 13:13:44 +02:00
Replace flutter format for dart format in CI
This commit is contained in:
parent
960d5fb597
commit
cc986442e2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/flutter.yaml
vendored
4
.github/workflows/flutter.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- name: Project preparation
|
- name: Project preparation
|
||||||
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