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 }}
|
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
|
||||||
|
2
.github/workflows/valiadate-apple.yml
vendored
2
.github/workflows/valiadate-apple.yml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user