From a4f2425db178edbc95c711ca67da26b48d4d518b Mon Sep 17 00:00:00 2001 From: Michael O'Keefe Date: Wed, 27 Mar 2024 12:40:22 -0600 Subject: [PATCH] update clangformat check --- .github/workflows/clang-format-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 97d915f1..722b6615 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: ERIN + - name: Set Project Name run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV - name: Run clang-format style check on implementation files. uses: jidicula/clang-format-action@v4.11.0 @@ -18,7 +18,7 @@ jobs: uses: jidicula/clang-format-action@v4.11.0 with: clang-format-version: '16' - check-path: 'include/**/*.h' + check-path: 'include' - name: Run clang-format style check on test files. uses: jidicula/clang-format-action@v4.11.0 with: