Skip to content

Commit 99ade4c

Browse files
authored
Merge pull request #232 from InsightSoftwareConsortium/clang-format-checkout
BUG: Do not use shallow checkout for linting
2 parents 5b309e4 + 43a59ba commit 99ade4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v1
11-
with:
12-
fetch-depth: 1
1311

1412
- name: Lint C++
1513
uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master

0 commit comments

Comments
 (0)