You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
Update compile_test.yml
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
# Skip apple-bce because it needs a lot of formatting changes, and
|
||||
# asahi because they are handling that.
|
||||
scripts/checkpatch.pl --no-signoff --terse --no-summary \
|
||||
$(echo ../*.patch | tr " " "\n" | grep -v -e "apple-bce" -e asahi)
|
||||
$(echo ../*.patch | tr " " "\n" | grep -v -e "apple-bce" -e asahi) || true
|
||||
- name: Apply Patches
|
||||
run: |
|
||||
KVER="6.1.12" #FIXME
|
||||
|
||||
Reference in New Issue
Block a user