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

View File

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

View File

@@ -31,7 +31,7 @@ jobs:
run: pod install
clang-format:
name: Clang Format
name: Format
runs-on: ubuntu-latest
steps: