From 54eed5d7413251cf92168cf910157bb08e257ddd Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Fri, 14 Oct 2022 08:25:42 -0700 Subject: [PATCH] glob --- .github/actions/clang-format/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/clang-format/action.yml b/.github/actions/clang-format/action.yml index 65d3de80..c641ad33 100644 --- a/.github/actions/clang-format/action.yml +++ b/.github/actions/clang-format/action.yml @@ -18,4 +18,4 @@ runs: - name: clang-format working-directory: ${{ inputs.directory }} shell: bash - run: clang-format-${{ inputs.version }} --dry-run --Werror Yoga.cpp # Yoga's config doesn't support ObjC + run: clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp # Yoga's config doesn't support ObjC