Skip to content

Commit fb75cce

Browse files
committed
fix clang-check workflow
1 parent e64d810 commit fb75cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: sudo apt-get install clang-format
2424
- name: Check ios clang formatting
2525
run: |
26-
find ios -type f \( -name "*.h" -o -name "*.cpp" -o -name "*.m" -o -name "*.mm" \) -print0 | while read -d $'\0' file; do
26+
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
2727
clang-format -style=file:./packages/react-native-video/ios/.clang-format -i "$file"
2828
done
2929
shell: bash

0 commit comments

Comments
 (0)