Skip to content

ENH: Add actual content to clang-format linter GHA workflow file #7

ENH: Add actual content to clang-format linter GHA workflow file

ENH: Add actual content to clang-format linter GHA workflow file #7

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