This commit is contained in:
Nick Gerleman
2022-10-14 08:23:01 -07:00
parent e4a306b4d7
commit 2a8e562791

View File

@@ -18,4 +18,4 @@ runs:
- name: clang-format
working-directory: ${{ inputs.directory }}
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 Yoga.cpp # Yoga's config doesn't support ObjC