diff options
author | Warner Losh <imp@FreeBSD.org> | 2024-02-02 05:53:58 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2024-02-02 05:53:58 +0000 |
commit | 33326dd5f5ed1585e370ecd5210f03e56cb3f634 (patch) | |
tree | 60c1709c116cd5387f77e25d3a016778bf922752 | |
parent | 0949b237bb901255cc418498b91edfe497131579 (diff) |
github: Enable github workflow output from checkstyle9.pl
Let's see if we can get the style issues flagged inline.
Sponsored by: Netflix
-rw-r--r-- | .github/workflows/style.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |