Skip to content

Commit 225e429

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 225e429

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/checkpatch.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ 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+
env:
34+
CHECKPATCH_COMMAND: ./zephyr/scripts/checkpatch.pl

0 commit comments

Comments
 (0)