Skip to content

Commit 150c24b

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 1e51729 commit 150c24b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/checkpatch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
ref: ${{ github.event.pull_request.head.sha }}
2727
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
28+
- name: "find"
29+
run: find .
2830
- name: Run checkpatch review
2931
uses: webispy/checkpatch-action@v9
30-
32+
with:
33+
args: --ignore=NON_STANDARD_SIGNATURE

0 commit comments

Comments
 (0)