globstar
This commit is contained in:
4
.github/actions/clang-format/action.yml
vendored
4
.github/actions/clang-format/action.yml
vendored
@@ -18,4 +18,6 @@ runs:
|
|||||||
- name: clang-format
|
- name: clang-format
|
||||||
working-directory: ${{ inputs.directory }}
|
working-directory: ${{ inputs.directory }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp # Yoga's config doesn't support ObjC
|
run: |
|
||||||
|
shopt -s globstar
|
||||||
|
clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp
|
||||||
|
Reference in New Issue
Block a user