Add code formatting check

Signed-off-by: Ayush P Gupta <ayushpguptaapg@gmail.com>
This commit is contained in:
Ayush P Gupta
2020-12-09 23:08:37 +05:30
parent 5548650108
commit 3a8f8a3264
+4
View File
@@ -17,4 +17,8 @@ jobs:
with:
channel: 'beta'
- run: flutter pub get
- name: 'Flutter Format Check'
run: flutter format --set-exit-if-changed --dry-run .
- run: flutter analyze