Skip to content

Commit

Permalink
WIP: COMP: Use .clang-format from release-5.4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Dec 20, 2024
1 parent 087a1c4 commit 31d90aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 31d90aa

Please sign in to comment.