Skip to content

ENH: Move to GitHub Actions ITK reusable workflow #62

ENH: Move to GitHub Actions ITK reusable workflow

ENH: Move to GitHub Actions ITK reusable workflow #62

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