mirror of
https://github.com/Iconica-Development/flutter_carousel.git
synced 2025-05-18 20:13:43 +02:00
fix linter
This commit is contained in:
parent
6a55bc823b
commit
6a2161ca03
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flutter.yml
vendored
2
.github/workflows/flutter.yml
vendored
|
@ -27,6 +27,6 @@ jobs:
|
||||||
- name: Flutter pub get
|
- name: Flutter pub get
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
- name: Flutter format
|
- name: Flutter 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