Skip to content

STYLE: Update to match clang-format-19 from ITK #50

STYLE: Update to match clang-format-19 from ITK

STYLE: Update to match clang-format-19 from ITK #50

name: clang-format linter
on: [push,pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master