This commit is contained in:
Nick Gerleman
2022-10-14 08:25:42 -07:00
parent 2a8e562791
commit 54eed5d741

View File

@@ -18,4 +18,4 @@ runs:
- name: clang-format - name: clang-format
working-directory: ${{ inputs.directory }} working-directory: ${{ inputs.directory }}
shell: bash shell: bash
run: clang-format-${{ inputs.version }} --dry-run --Werror Yoga.cpp # Yoga's config doesn't support ObjC run: clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp # Yoga's config doesn't support ObjC