Skip to content

Commit

Permalink
github: Enable github workflow output from checkstyle9.pl
Browse files Browse the repository at this point in the history
Let's see if we can get the style issues flagged inline.

Sponsored by:		Netflix
  • Loading branch information
bsdimp committed Feb 2, 2024
1 parent 0949b23 commit 33326dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 33326dd

Please sign in to comment.