Skip to content

Commit 3720340

Browse files
committed
fixup! xpadneo, CI: Add Github workflow to check commits
Signed-off-by: Kai Krakow <kai@kaishome.de>
1 parent e088bfb commit 3720340

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
@@ -15,4 +15,4 @@ jobs:
1515
run: wget https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/scripts/checkpatch.pl
1616

1717
- name: Run checkpatch.pl
18-
run: perl checkpatch.pl --ignore BAD_SIGN_OFF,FILE_PATH_CHANGES --no-tree <(git format-patch --stdout origin/master)
18+
run: perl checkpatch.pl --ignore BAD_SIGN_OFF,FILE_PATH_CHANGES,LINUX_VERSION_CODE --no-tree <(git format-patch --stdout origin/master)

0 commit comments

Comments
 (0)