This repository was archived by the owner on May 17, 2026. It is now read-only.
ENH: Migrate PrincipalComponentsAnalysis content to ITK main; archive… #66
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 |