nullglob
This commit is contained in:
3
.github/actions/clang-format/action.yml
vendored
3
.github/actions/clang-format/action.yml
vendored
@@ -20,4 +20,5 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp **/*.h **/*.m **/*.mm
|
shopt -s nullglob
|
||||||
|
clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp **/*. **/*.m **/*.mm
|
||||||
|
Reference in New Issue
Block a user