Skip to content

Commit

Permalink
Simplify git fetch command in Radon analysis workflow to ensure full …
Browse files Browse the repository at this point in the history
…history is available
  • Loading branch information
josephmancuso committed Nov 20, 2024
1 parent f62592e commit 07b3a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/radon-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:

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

0 comments on commit 07b3a0b

Please sign in to comment.