From d5c771fcc356c0a4ae315ff613ba667b9abad96f Mon Sep 17 00:00:00 2001 From: "ryan.danehy@pnnl.gov" Date: Tue, 28 Nov 2023 11:16:21 -0800 Subject: [PATCH] debugging language issue --- .github/workflows/pre_commit.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre_commit.yaml b/.github/workflows/pre_commit.yaml index bfcae3f1..edf694bd 100644 --- a/.github/workflows/pre_commit.yaml +++ b/.github/workflows/pre_commit.yaml @@ -11,7 +11,10 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - uses: actions/setup-python@v3 - - uses: jidicula/clang-format-action@ji/issue-40 + - uses: jidicula/clang-format-action@v4.11.0 + with: + clang-format-version: '13' + fallback-style: 'Google' # optional - uses: EndBug/add-and-commit@v9.1.3 # Only need to try and commit if the action failed if: failure()