Skip to content

DOC: Update ITK version mentioned in download.md from 4.13.1 to 5.3.0 #5046

DOC: Update ITK version mentioned in download.md from 4.13.1 to 5.3.0

DOC: Update ITK version mentioned in download.md from 4.13.1 to 5.3.0 #5046

name: clang-format linter
on: [push,pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
with:
error-message: 'Code is inconsistent with ITK Coding Style. Add the *action:ApplyClangFormat* PR label to correct.'