From 8034e567f1e94de9ae3cf1a2a6b90230fe865b7f Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Fri, 6 Mar 2020 02:32:46 +0100 Subject: [PATCH] Un-silence `make checkpatch` in CI --- .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 a6c5d7e5..2190f852 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 BASE_REF=${{ github.base_ref }} + make checkpatch CHECKPATCH=./checkpatch.pl BASE_REF=${{ github.base_ref }} Q=