Add flutter format check in test.yml

This commit is contained in:
xsahil03x
2020-11-20 20:04:51 +05:30
parent 09fd54a605
commit 1d5717ce9a
+2
View File
@@ -13,6 +13,8 @@ jobs:
channel: 'stable'
- name: Get dependencies
run: flutter pub get
- name: Run formatter
run: flutter format -n --set-exit-if-changed .
- name: Coverage fix
run: |
file=test/coverage_helper_test.dart