Skip to content

Commit d75d93e

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 d75d93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkpatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
2828
- name: Run checkpatch review
2929
uses: webispy/checkpatch-action@v9
30-
30+
env: CHECKPATCH_COMMAND: ./zephyr/scripts/checkpatch.pl

0 commit comments

Comments
 (0)