ref: 14731c0a1dc7f4e0154a46e823dfca7c1ea2b522
parent: 93747af2156e11ac38c625479fbce68ddec661af
author: ISSOtm <[email protected]>
date: Tue Feb 18 19:56:06 EST 2020
Use the GitHub-provided base ref for checkpatch testing
--- a/.github/workflows/checkpatch.yml
+++ b/.github/workflows/checkpatch.yml
@@ -14,4 +14,4 @@
touch spelling.txt
- name: Checkpatch
run: |
- make checkpatch CHECKPATCH=./checkpatch.pl
+ make checkpatch CHECKPATCH=./checkpatch.pl BASE_REF=${{ github.base_ref }}