From 33326dd5f5ed1585e370ecd5210f03e56cb3f634 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 1 Feb 2024 22:53:58 -0700 Subject: [PATCH] github: Enable github workflow output from checkstyle9.pl Let's see if we can get the style issues flagged inline. Sponsored by: Netflix --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 8860a24fe59..08d4242df5e 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -31,4 +31,4 @@ jobs: - name: Run checker run: | sha=$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}) - tools/build/checkstyle9.pl ${sha}..${{ github.event.pull_request.head.sha }} + tools/build/checkstyle9.pl --github ${sha}..${{ github.event.pull_request.head.sha }}