Skip to content

Commit 99252a2

Browse files
committed
ENH: Update clang-format-linter to latest version
1 parent 9da9118 commit 99252a2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/clang-format-linter.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@ name: clang-format linter
22

33
on: [push,pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
lint:
710
runs-on: ubuntu-latest
811

912
steps:
10-
- uses: actions/checkout@v3
11-
13+
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 1
1216
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
17+
with:
18+
itk-branch: master

0 commit comments

Comments
 (0)