From f49e8fa4f5c60daf6ba1b7bbdbef6da9d2cafc86 Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Thu, 9 Apr 2026 19:54:10 -0500 Subject: [PATCH] WIP: Test ITKClangFormatLinterAction composite-action branch (bad format) 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 a deliberate clang-format violation — expect FAIL. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/clang-format-linter.yml | 2 +- include/itkCuberilleImageToMeshFilter.h | 1 + 2 files changed, 2 insertions(+), 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 diff --git a/include/itkCuberilleImageToMeshFilter.h b/include/itkCuberilleImageToMeshFilter.h index 964df99..d9fee11 100644 --- a/include/itkCuberilleImageToMeshFilter.h +++ b/include/itkCuberilleImageToMeshFilter.h @@ -19,6 +19,7 @@ #ifndef itkCuberilleImageToMeshFilter_h #define itkCuberilleImageToMeshFilter_h +int deliberately_bad_format = 42 ; #define DEBUG_PRINT 0 #define USE_GRADIENT_RECURSIVE_GAUSSIAN 0 #define USE_ADVANCED_PROJECTION 0