This commit is contained in:
Nick Gerleman
2022-10-14 08:27:31 -07:00
parent 54eed5d741
commit b288c14914

View File

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