Skip to content

Commit 9dc3750

Browse files
committed
Add fetch-depth: 0 to ci.yml
1 parent 43afafa commit 9dc3750

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ jobs:
4747
sha1_filenames: [false, true]
4848

4949
steps:
50+
# smoelius: `fetch-depth: 0` is needed for the `git diff` command below.
5051
- uses: actions/checkout@v6
52+
with:
53+
fetch-depth: 0
5154

5255
- name: Dylint versions
5356
run: cargo search dylint | grep '^dylint' | sort | tee dylint_versions.txt

0 commit comments

Comments
 (0)