From 8c8ea5e6f0f472a3e5a986f3cb392aeb99768829 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Fri, 14 Oct 2022 07:55:13 -0700 Subject: [PATCH] . --- .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 bda8de2d..5cbb8323 100644 --- a/.github/actions/clang-format/action.yml +++ b/.github/actions/clang-format/action.yml @@ -14,4 +14,4 @@ runs: - name: clang-format working-directory: ${{ inputs.directory }} shell: bash - run: clang-format-12 + run: clang-format-12 **/*(.h|.cpp|.m|.mm)