Use the GitHub-provided base ref for checkpatch testing

This commit is contained in:
ISSOtm
2020-02-19 00:56:06 +01:00
parent 93747af215
commit 14731c0a1d

View File

@@ -14,4 +14,4 @@ jobs:
touch spelling.txt
- name: Checkpatch
run: |
make checkpatch CHECKPATCH=./checkpatch.pl
make checkpatch CHECKPATCH=./checkpatch.pl BASE_REF=${{ github.base_ref }}