Skip to content

Commit

Permalink
ENH: Update to support the clang-format-linter CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Jan 28, 2025
1 parent b9da109 commit f119bc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
with:
itk-branch: master

0 comments on commit f119bc2

Please sign in to comment.