--dry-run

This commit is contained in:
Nick Gerleman
2022-10-14 08:09:29 -07:00
parent bb6e6cbf56
commit ff5d29230e

View File

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