Skip to content

Commit e275e84

Browse files
committed
BUG: Do use use shallow version of checkout for clang format linting
Recent checks fail to checkout the required commit.
1 parent 76073ef commit e275e84

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v1
11-
with:
12-
fetch-depth: 1
11+
1312
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master

{{cookiecutter.project_name}}/.github/workflows/clang-format-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v1
11-
with:
12-
fetch-depth: 1
11+
1312
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master

0 commit comments

Comments
 (0)