Update build.yaml
fix CI
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
|
||||||
# Check for any formatting issues in the code.
|
# Check for any formatting issues in the code.
|
||||||
- run: flutter format --set-exit-if-changed .
|
- run: dart format --set-exit-if-changed .
|
||||||
|
|
||||||
# Statically analyze the Dart code for any errors.
|
# Statically analyze the Dart code for any errors.
|
||||||
- run: flutter analyze .
|
- run: flutter analyze .
|
||||||
|
|||||||
Reference in New Issue
Block a user