Update build.yml

This commit is contained in:
沉默的湮灰 2022-06-07 21:41:16 +08:00 committed by GitHub
parent 2df3757611
commit cc474e8de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
- name: Run llvm/clang-format@shell
run: |
brew install clang-format
- run: clang-format -style=file -i ios/Classes/*.h ios/Classes/*.m --dry-run
- 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 .