Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 0166df1

Browse files
committed
STYLE: Update clang-format linter to @main with checkout@v5
1 parent 1ed5057 commit 0166df1

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

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

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

33
on: [push,pull_request]
44

5-
permissions:
6-
contents: read
7-
85
jobs:
96
lint:
107
runs-on: ubuntu-latest
118

129
steps:
13-
- uses: actions/checkout@v4
14-
with:
15-
fetch-depth: 1
16-
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
10+
- uses: actions/checkout@v5
11+
12+
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
1713
with:
18-
itk-branch: master
14+
itk-branch: main

0 commit comments

Comments
 (0)