webispy / checkpatch-action

Github action for checkpatch.pl
7 stars 6 forks source link

Custom checkpatch command support #8

Closed haggaie closed 3 years ago

haggaie commented 3 years ago

This pull request allows customizing the checkpatch command used within the action. It allows for example to use DPDK's checkpatches.sh script (as shown in the README excerpt).

The request also includes a couple of changes specifically for DPDK:

Finally, the changes also include passing the provided authorization token to github if it is set (to support private repositories).