We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64d810 commit fb75cceCopy full SHA for fb75cce
.github/workflows/check-clang.yml
@@ -23,7 +23,7 @@ jobs:
23
run: sudo apt-get install clang-format
24
- name: Check ios clang formatting
25
run: |
26
- find ios -type f \( -name "*.h" -o -name "*.cpp" -o -name "*.m" -o -name "*.mm" \) -print0 | while read -d $'\0' file; do
+ find ./packages/react-native-video/ios -type f \( -name "*.h" -o -name "*.cpp" -o -name "*.m" -o -name "*.mm" \) -print0 | while read -d $'\0' file; do
27
clang-format -style=file:./packages/react-native-video/ios/.clang-format -i "$file"
28
done
29
shell: bash
0 commit comments