From 14731c0a1dc7f4e0154a46e823dfca7c1ea2b522 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Wed, 19 Feb 2020 00:56:06 +0100 Subject: [PATCH] Use the GitHub-provided base ref for checkpatch testing --- .github/workflows/checkpatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkpatch.yml b/.github/workflows/checkpatch.yml index e6cc6402..a6c5d7e5 100644 --- a/.github/workflows/checkpatch.yml +++ b/.github/workflows/checkpatch.yml @@ -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 }}