Skip to content

Commit b52958c

Browse files
committed
CI: use zephyr's checkpatch.pl
Use the checkpatch.pl included with Zephyr to perform the check. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 211d5dc commit b52958c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checkpatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
2828
- name: Run checkpatch review
2929
uses: webispy/checkpatch-action@v9
30+
env:
31+
CHECKPATCH_COMMAND: perl ./zephyr/scripts/checkpatch.pl
3032

0 commit comments

Comments
 (0)