This commit is contained in:
Nick Gerleman
2022-10-14 09:08:07 -07:00
parent e0b243601e
commit 46a170fb71
3 changed files with 126 additions and 2 deletions

View File

@@ -19,5 +19,5 @@ runs:
working-directory: ${{ inputs.directory }}
shell: bash
run: |
shopt -s globstar
clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp
shopt -s extglob
clang-format-${{ inputs.version }} --dry-run --Werror **/*(.cpp|.h|.m|.mm)