Skip to content

Commit 7e6f544

Browse files
committed
CI: allow non-standard signature
Make allow to use non-standard signature such as 'Co-authored-by:'. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent c28c0ed commit 7e6f544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checkpatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
ref: ${{ github.event.pull_request.head.sha }}
2727
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
28+
args: --ignore=NON_STANDARD_SIGNATURE
2829
- name: Run checkpatch review
2930
uses: webispy/checkpatch-action@v9
3031

0 commit comments

Comments
 (0)