aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-02-02 05:53:58 +0000
committerWarner Losh <imp@FreeBSD.org>2024-02-02 05:53:58 +0000
commit33326dd5f5ed1585e370ecd5210f03e56cb3f634 (patch)
tree60c1709c116cd5387f77e25d3a016778bf922752 /.github
parent0949b237bb901255cc418498b91edfe497131579 (diff)
downloadsrc-33326dd5f5ed1585e370ecd5210f03e56cb3f634.tar.gz
src-33326dd5f5ed1585e370ecd5210f03e56cb3f634.zip
github: Enable github workflow output from checkstyle9.pl
Let's see if we can get the style issues flagged inline. Sponsored by: Netflix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/style.yml2
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 }}