Skip to content

Commit 7be25f9

Browse files
committed
ci: Fetch depth 2 for diffchecks
1 parent 7bd6c2c commit 7be25f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-action-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
19+
with:
20+
fetch-depth: 2
1921
- run: scripts/diffcheck.sh

0 commit comments

Comments
 (0)