diff --git a/.github/workflows/clang-format-linter.yml b/.github/workflows/clang-format-linter.yml index dbcc05c..7d1df4f 100644 --- a/.github/workflows/clang-format-linter.yml +++ b/.github/workflows/clang-format-linter.yml @@ -8,4 +8,7 @@ jobs: steps: - uses: actions/checkout@v5 + - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main + with: + itk-branch: main