Skip to content

Commit c40389b

Browse files
authored
Merge pull request #107 from InsightSoftwareConsortium/clang-format-checkout
BUG: Do not use shallow version of checkout for clang format linting
2 parents 76073ef + e275e84 commit c40389b

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)