Add flutter format check in test.yml
This commit is contained in:
@@ -13,6 +13,8 @@ jobs:
|
|||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
- name: Run formatter
|
||||||
|
run: flutter format -n --set-exit-if-changed .
|
||||||
- name: Coverage fix
|
- name: Coverage fix
|
||||||
run: |
|
run: |
|
||||||
file=test/coverage_helper_test.dart
|
file=test/coverage_helper_test.dart
|
||||||
|
|||||||
Reference in New Issue
Block a user