From 31d90aac09c3bfda3c86960295e54018b3e4e828 Mon Sep 17 00:00:00 2001 From: Matthew McCormick Date: Fri, 20 Dec 2024 15:53:20 -0500 Subject: [PATCH] WIP: COMP: Use .clang-format from release-5.4 branch --- .github/workflows/clang-format-linter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-linter.yml b/.github/workflows/clang-format-linter.yml index 9cf9c6cb463..326eb77657a 100644 --- a/.github/workflows/clang-format-linter.yml +++ b/.github/workflows/clang-format-linter.yml @@ -11,6 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master + - uses: thewtex/ITKClangFormatLinterAction@itk-branch with: error-message: 'Code is inconsistent with ITK Coding Style. Add the *action:ApplyClangFormat* PR label to correct.' + itk-branch: release-5.4