From 561595b8caacd7e97c8392d9aa4ea1517d1006d2 Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Thu, 9 Apr 2026 19:53:46 -0500 Subject: [PATCH] WIP: Test ITKClangFormatLinterAction composite-action branch (clean code) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporary PR to validate PR #23 of ITKClangFormatLinterAction. This branch has no clang-format violations — expect PASS. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/clang-format-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-linter.yml b/.github/workflows/clang-format-linter.yml index 7d1df4f..4ab6e6b 100644 --- a/.github/workflows/clang-format-linter.yml +++ b/.github/workflows/clang-format-linter.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main + - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@composite-action with: itk-branch: main