Merge pull request #174 from apgapg/format-check

Add code formatting check
This commit is contained in:
Salvatore Giordano
2020-12-10 09:33:10 +01:00
committed by GitHub
+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