Skip to content

Post clang-tidy review comments #743

Post clang-tidy review comments

Post clang-tidy review comments #743

Workflow file for this run

name: Post clang-tidy review comments
on:
workflow_run:
workflows: ["Codestyle"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ZedThree/clang-tidy-review/[email protected]
id: post
with:
lgtm_comment_body: ''
# If there are any comments, fail the check
- name: Fail on comments
if: steps.post.outputs.total_comments > 0
run: exit 1