From 3067175b6410b9c31d268f9d901a2fc069d4b44a Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Fri, 14 Oct 2022 08:29:35 -0700 Subject: [PATCH] h --- .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 bc6c7019..93406001 100644 --- a/.github/actions/clang-format/action.yml +++ b/.github/actions/clang-format/action.yml @@ -20,4 +20,4 @@ runs: shell: bash run: | shopt -s globstar - clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp + clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp **/*.h