Skip to content

Commit 07b3a0b

Browse files
committed
Simplify git fetch command in Radon analysis workflow to ensure full history is available
1 parent f62592e commit 07b3a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/radon-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222

2323
- name: Run Radon Analysis
2424
run: |
25-
git fetch --unshallow # Ensure full history is available
25+
git fetch # Ensure full history is available
2626
radon cc $(git diff --name-only 2.0...HEAD || echo "no_files") -j >cc.json

0 commit comments

Comments
 (0)