Merge pull request #174 from apgapg/format-check
Add code formatting check
This commit is contained in:
@@ -17,4 +17,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
channel: 'beta'
|
channel: 'beta'
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
|
||||||
|
- name: 'Flutter Format Check'
|
||||||
|
run: flutter format --set-exit-if-changed --dry-run .
|
||||||
|
|
||||||
- run: flutter analyze
|
- run: flutter analyze
|
||||||
|
|||||||
Reference in New Issue
Block a user