Skip to content

Commit f49e8fa

Browse files
hjmjohnsonclaude
andcommitted
WIP: Test ITKClangFormatLinterAction composite-action branch (bad format)
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) <noreply@anthropic.com>
1 parent 4ba447f commit f49e8fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/clang-format-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v5
1111

12-
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
12+
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@composite-action
1313
with:
1414
itk-branch: main

include/itkCuberilleImageToMeshFilter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#ifndef itkCuberilleImageToMeshFilter_h
2020
#define itkCuberilleImageToMeshFilter_h
2121

22+
int deliberately_bad_format = 42 ;
2223
#define DEBUG_PRINT 0
2324
#define USE_GRADIENT_RECURSIVE_GAUSSIAN 0
2425
#define USE_ADVANCED_PROJECTION 0

0 commit comments

Comments
 (0)