Skip to content

Commit

Permalink
fetch-depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Jan 22, 2025
1 parent 203fb43 commit 0e32aee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: "git remote -v"
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- run: "git diff --name-only origin/main"
- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 0e32aee

Please sign in to comment.