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 }} working-directory: ${{ inputs.directory }}
shell: bash shell: bash
run: | run: |
shopt -s extglob shopt -s globstar
clang-format-${{ inputs.version }} --dry-run --Werror **/*(.cpp|.h|.m|.mm) clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp **/*.h **/*.m **/*.mm

View File

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