github: Enable github workflow output from checkstyle9.pl

Let's see if we can get the style issues flagged inline.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2024-02-01 22:53:58 -07:00
parent 0949b237bb
commit 33326dd5f5

View File

@ -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 }}