We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e6d58 commit 1382e2cCopy full SHA for 1382e2c
‎melos.yaml‎
@@ -33,8 +33,10 @@ scripts:
33
description: flutter analyze
34
35
format:
36
- run: dart format --set-exit-if-changed .
37
- description: dart format --set-exit-if-changed .
+ run: |
+ dart format --set-exit-if-changed .
38
+ git --no-pager diff --exit-code
39
+ description: Format Dart files and exit if unstaged changes exist
40
41
build:
42
exec: flutter build apk
0 commit comments