Skip to content

Commit fdeec39

Browse files
dwsuseigaw
authored andcommitted
build: checkout full repo for checkpatch
checkpatch likes to verify git references. Thus we need to checkout the full repo to get this working. Signed-off-by: Daniel Wagner <[email protected]>
1 parent f46b064 commit fdeec39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checkpatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
13-
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
13+
fetch-depth: 0
1414
- name: Run checkpatch review
1515
uses: webispy/checkpatch-action@v9

0 commit comments

Comments
 (0)