Skip to content

COMP: Fix clang-format errors #143

COMP: Fix clang-format errors

COMP: Fix clang-format errors #143

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