Skip to content

Commit

Permalink
fixup! style checker: Update for CheriBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Mar 20, 2024
1 parent 6ca5e70 commit d012a2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +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 }}
true
tools/build/checkstyle9.pl ${sha}..${{ github.event.pull_request.head.sha }} || true

0 comments on commit d012a2b

Please sign in to comment.