globstar
This commit is contained in:
4
.github/actions/clang-format/action.yml
vendored
4
.github/actions/clang-format/action.yml
vendored
@@ -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
|
||||
|
2
.github/workflows/valiadate-apple.yml
vendored
2
.github/workflows/valiadate-apple.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
run: pod install
|
||||
|
||||
clang-format:
|
||||
name: Clang Format
|
||||
name: Format
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user