From 114e267d8dd63cf98b9588c6239dac83e3895497 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Fri, 14 Oct 2022 08:42:53 -0700 Subject: [PATCH] cpp --- .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 93406001..bc6c7019 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 **/*.h + clang-format-${{ inputs.version }} --dry-run --Werror **/*.cpp