Skip to content

Post clang-tidy review comments #4195

Post clang-tidy review comments

Post clang-tidy review comments #4195

---
name: Post clang-tidy review comments
on:
workflow_run:
workflows: ["clang-tidy"]
types:
- completed
jobs:
post:
runs-on: ubuntu-latest
# Only when a build succeeds
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: ZedThree/clang-tidy-review/[email protected]
with:
lgtm_comment_body: ""
num_comments_as_exitcode: false