Update build.yml
This commit is contained in:
parent
e014c48659
commit
86a5ee73fd
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- run: clang-format -style=file -i ios/Classes/*.h ios/Classes/*.m --dry-run --Werror
|
||||
- run: flutter --version
|
||||
- run: flutter pub get
|
||||
- run: flutter format --dry-run --set-exit-if-changed .
|
||||
- run: dart format --set-exit-if-changed .
|
||||
- run: flutter pub publish --dry-run
|
||||
- run: flutter analyze lib example/lib
|
||||
- run: cd example; flutter build ios --no-codesign
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
channel: 'stable'
|
||||
- run: flutter --version
|
||||
- run: flutter pub get
|
||||
- run: flutter format --dry-run --set-exit-if-changed .
|
||||
- run: dart format --set-exit-if-changed .
|
||||
- run: flutter pub publish --dry-run
|
||||
- run: flutter analyze lib example/lib
|
||||
- run: cd example; flutter build apk --debug
|
||||
|
Loading…
Reference in New Issue
Block a user