This commit is contained in:
Nick Gerleman
2022-10-14 09:14:30 -07:00
parent 2c819bc050
commit 8bbc40c2b6

View File

@@ -20,4 +20,5 @@ runs:
shell: bash
run: |
shopt -s globstar
clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp **/*.h **/*.m **/*.mm
shopt -s nullglob
clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp **/*. **/*.m **/*.mm