git: 33326dd5f5ed - main - github: Enable github workflow output from checkstyle9.pl

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 02 Feb 2024 05:55:00 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=33326dd5f5ed1585e370ecd5210f03e56cb3f634

commit 33326dd5f5ed1585e370ecd5210f03e56cb3f634
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-02-02 05:53:58 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-02-02 05:53:58 +0000

    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 8860a24fe594..08d4242df5ed 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 }}