Skip to content

Commit

Permalink
ENH: Add actual content to clang-format linter GHA workflow file
Browse files Browse the repository at this point in the history
Add actual content to `clang-format` linter GHA workflow file.

Missed in commit bb18473.
  • Loading branch information
jhlegarreta committed Nov 26, 2024
1 parent bec32f3 commit 438f5a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: clang-format linter

on: [push,pull_request]

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master

0 comments on commit 438f5a7

Please sign in to comment.