Skip to content

Commit 9fa3ed5

Browse files
committed
💚 --
1 parent 67b7943 commit 9fa3ed5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

‎.github/workflows/build.yml‎

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ jobs:
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
@@ -84,6 +75,9 @@ jobs:
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

0 commit comments

Comments
 (0)