File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 channel : " stable"
3737 cache : true
38- - name : Run llvm/clang-format@shell
39- if : matrix.os == 'macos-latest'
40- run : |
41- brew install clang-format
42- - name : Run ruby/plist@shell
43- if : matrix.os == 'macos-latest'
44- run : |
45- gem install plist
46- - run : clang-format -style=file -i ios/Classes/*.h ios/Classes/*.m --dry-run --Werror
4738 - name : Log Dart/Flutter versions
4839 run : |
4940 dart --version
8475 if : matrix.os == 'macos-latest'
8576 run : |
8677 gem install plist
78+ - name : Run clang-format
79+ if : matrix.os == 'macos-latest'
80+ run : clang-format -style=file -i ios/Classes/*.h ios/Classes/*.m --dry-run --Werror
8781 - run : flutter pub get
8882 - run : cd example; flutter test; flutter build ios --no-codesign
8983
You can’t perform that action at this time.
0 commit comments