summaryrefslogtreecommitdiffstats
path: root/.github/workflows/checkpatch.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/checkpatch.yml')
-rw-r--r--.github/workflows/checkpatch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checkpatch.yml b/.github/workflows/checkpatch.yml
index 8cf5e49..c0a09b7 100644
--- a/.github/workflows/checkpatch.yml
+++ b/.github/workflows/checkpatch.yml
@@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- fetch-depth: ${{ env.PR_FETCH_DEPTH }}
+ fetch-depth: 0
- name: Run checkpatch review
uses: webispy/checkpatch-action@v9