This repository was archived by the owner on May 27, 2026. It is now read-only.
BUG: Remove 7 orphaned tags and disable 12 dependent tests #168
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: clang-format linter | |
| on: [push,pull_request] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main | |
| with: | |
| itk-branch: main |